Skip to content

Commit

Permalink
update openapi-extractor
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Veyssier <[email protected]>
  • Loading branch information
julien-nc committed Apr 3, 2024
1 parent a6fdd97 commit fae8924
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -327,12 +327,12 @@
{
"name": "metaTaskId",
"in": "path",
"description": "ID of the task",
"required": true,
"schema": {
"type": "integer",
"format": "int64"
},
"description": "ID of the task"
}
},
{
"name": "OCS-APIRequest",
Expand Down Expand Up @@ -447,12 +447,12 @@
{
"name": "metaTaskId",
"in": "path",
"description": "ID of the task",
"required": true,
"schema": {
"type": "integer",
"format": "int64"
},
"description": "ID of the task"
}
},
{
"name": "OCS-APIRequest",
Expand Down Expand Up @@ -1260,12 +1260,12 @@
{
"name": "metaTaskId",
"in": "path",
"description": "ID of the task",
"required": true,
"schema": {
"type": "integer",
"format": "int64"
},
"description": "ID of the task"
}
},
{
"name": "OCS-APIRequest",
Expand Down Expand Up @@ -1569,11 +1569,11 @@
{
"name": "imageGenId",
"in": "path",
"description": "ID of the generation info",
"required": true,
"schema": {
"type": "string"
},
"description": "ID of the generation info"
}
},
{
"name": "OCS-APIRequest",
Expand Down Expand Up @@ -1766,21 +1766,21 @@
{
"name": "imageGenId",
"in": "path",
"description": "ID of the image generation",
"required": true,
"schema": {
"type": "string"
},
"description": "ID of the image generation"
}
},
{
"name": "fileNameId",
"in": "path",
"description": "ID of the file name",
"required": true,
"schema": {
"type": "integer",
"format": "int64"
},
"description": "ID of the file name"
}
},
{
"name": "OCS-APIRequest",
Expand Down Expand Up @@ -2050,11 +2050,11 @@
{
"name": "imageGenId",
"in": "path",
"description": "ID of the image generation",
"required": true,
"schema": {
"type": "string"
},
"description": "ID of the image generation"
}
},
{
"name": "OCS-APIRequest",
Expand Down Expand Up @@ -2247,11 +2247,11 @@
{
"name": "imageGenId",
"in": "path",
"description": "ID of the image generation",
"required": true,
"schema": {
"type": "string"
},
"description": "ID of the image generation"
}
},
{
"name": "OCS-APIRequest",
Expand Down

0 comments on commit fae8924

Please sign in to comment.