Skip to content

Commit

Permalink
Merge pull request #172 from regulaforensics/change-order
Browse files Browse the repository at this point in the history
Changed order of params
  • Loading branch information
KirylKovaliov authored Jun 10, 2024
2 parents 1a83ef2 + 2d4467f commit 3a5c495
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions p-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,12 @@ components:
ProcessRequest:
type: object
properties:
processParam:
$ref: "#/components/schemas/ProcessParams"
List:
type: array
items:
$ref: "#/components/schemas/ProcessRequestImage"
tag:
type: string
description: "Session ID"
Expand All @@ -152,12 +158,6 @@ components:
env:
type: string
description: "Environment type"
processParam:
$ref: "#/components/schemas/ProcessParams"
List:
type: array
items:
$ref: "#/components/schemas/ProcessRequestImage"
livePortrait:
type: string
format: base64
Expand Down

0 comments on commit 3a5c495

Please sign in to comment.