Skip to content

Commit

Permalink
Update openapi.*.
Browse files Browse the repository at this point in the history
  • Loading branch information
vertex-nexa[bot] committed Dec 11, 2023
1 parent 39ae3e3 commit 8e7e54e
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 17 deletions.
45 changes: 30 additions & 15 deletions openapi.containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ paths:
in: path
required: true
schema:
$ref: '#/components/schemas/TypesContainerID'
type: string
format: uuid
responses:
"200":
description: OK
Expand All @@ -40,7 +41,8 @@ paths:
in: path
required: true
schema:
$ref: '#/components/schemas/TypesContainerID'
type: string
format: uuid
responses:
"200":
description: OK
Expand All @@ -54,7 +56,8 @@ paths:
in: path
required: true
schema:
$ref: '#/components/schemas/TypesContainerID'
type: string
format: uuid
requestBody:
content:
application/json:
Expand All @@ -74,7 +77,8 @@ paths:
in: path
required: true
schema:
$ref: '#/components/schemas/TypesContainerID'
type: string
format: uuid
responses:
"200":
description: OK
Expand All @@ -94,7 +98,8 @@ paths:
in: path
required: true
schema:
$ref: '#/components/schemas/TypesContainerID'
type: string
format: uuid
responses:
"200":
description: OK
Expand All @@ -109,7 +114,8 @@ paths:
in: path
required: true
schema:
$ref: '#/components/schemas/TypesContainerID'
type: string
format: uuid
requestBody:
content:
application/json:
Expand All @@ -130,7 +136,8 @@ paths:
in: path
required: true
schema:
$ref: '#/components/schemas/TypesContainerID'
type: string
format: uuid
responses:
"200":
description: OK
Expand All @@ -145,7 +152,8 @@ paths:
in: path
required: true
schema:
$ref: '#/components/schemas/TypesContainerID'
type: string
format: uuid
responses:
"200":
description: OK
Expand All @@ -166,7 +174,8 @@ paths:
in: path
required: true
schema:
$ref: '#/components/schemas/TypesContainerID'
type: string
format: uuid
responses:
"200":
description: OK
Expand All @@ -181,7 +190,8 @@ paths:
in: path
required: true
schema:
$ref: '#/components/schemas/TypesContainerID'
type: string
format: uuid
responses:
"200":
description: OK
Expand All @@ -196,7 +206,8 @@ paths:
in: path
required: true
schema:
$ref: '#/components/schemas/TypesContainerID'
type: string
format: uuid
responses:
"200":
description: OK
Expand All @@ -211,7 +222,8 @@ paths:
in: path
required: true
schema:
$ref: '#/components/schemas/TypesContainerID'
type: string
format: uuid
responses:
"200":
description: OK
Expand All @@ -232,7 +244,8 @@ paths:
in: path
required: true
schema:
$ref: '#/components/schemas/TypesContainerID'
type: string
format: uuid
responses:
"200":
description: OK
Expand Down Expand Up @@ -363,7 +376,8 @@ components:
type: object
properties:
container_id:
$ref: '#/components/schemas/TypesContainerID'
type: string
format: uuid
db_name:
type: string
nullable: true
Expand Down Expand Up @@ -431,7 +445,8 @@ components:
update:
$ref: '#/components/schemas/TypesContainerUpdate'
uuid:
$ref: '#/components/schemas/TypesContainerID'
type: string
format: uuid
version:
type: string
nullable: true
Expand Down
6 changes: 4 additions & 2 deletions openapi.sql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ paths:
in: path
required: true
schema:
$ref: '#/components/schemas/TypesContainerID'
type: string
format: uuid
responses:
"200":
description: OK
Expand Down Expand Up @@ -88,7 +89,8 @@ components:
update:
$ref: '#/components/schemas/TypesContainerUpdate'
uuid:
$ref: '#/components/schemas/TypesContainerID'
type: string
format: uuid
version:
type: string
nullable: true
Expand Down

0 comments on commit 8e7e54e

Please sign in to comment.