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 17, 2023
1 parent 6ddc65e commit 774d41f
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 31 deletions.
50 changes: 28 additions & 22 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/UuidNullUUID'
type: string
format: uuid
responses:
"200":
description: OK
Expand All @@ -40,7 +41,8 @@ paths:
in: path
required: true
schema:
$ref: '#/components/schemas/UuidNullUUID'
type: string
format: uuid
responses:
"204":
description: No Content
Expand Down Expand Up @@ -68,7 +70,8 @@ paths:
in: path
required: true
schema:
$ref: '#/components/schemas/UuidNullUUID'
type: string
format: uuid
requestBody:
content:
application/json:
Expand All @@ -88,7 +91,8 @@ paths:
in: path
required: true
schema:
$ref: '#/components/schemas/UuidNullUUID'
type: string
format: uuid
responses:
"200":
description: OK
Expand All @@ -108,7 +112,8 @@ paths:
in: path
required: true
schema:
$ref: '#/components/schemas/UuidNullUUID'
type: string
format: uuid
responses:
"200":
description: OK
Expand All @@ -123,7 +128,8 @@ paths:
in: path
required: true
schema:
$ref: '#/components/schemas/UuidNullUUID'
type: string
format: uuid
responses:
"200":
description: OK
Expand All @@ -143,7 +149,8 @@ paths:
in: path
required: true
schema:
$ref: '#/components/schemas/UuidNullUUID'
type: string
format: uuid
requestBody:
content:
application/json:
Expand All @@ -164,7 +171,8 @@ paths:
in: path
required: true
schema:
$ref: '#/components/schemas/UuidNullUUID'
type: string
format: uuid
responses:
"200":
description: OK
Expand All @@ -179,7 +187,8 @@ paths:
in: path
required: true
schema:
$ref: '#/components/schemas/UuidNullUUID'
type: string
format: uuid
responses:
"200":
description: OK
Expand All @@ -200,7 +209,8 @@ paths:
in: path
required: true
schema:
$ref: '#/components/schemas/UuidNullUUID'
type: string
format: uuid
responses:
"200":
description: OK
Expand All @@ -215,7 +225,8 @@ paths:
in: path
required: true
schema:
$ref: '#/components/schemas/UuidNullUUID'
type: string
format: uuid
responses:
"200":
description: OK
Expand All @@ -230,7 +241,8 @@ paths:
in: path
required: true
schema:
$ref: '#/components/schemas/UuidNullUUID'
type: string
format: uuid
- name: tag_id
in: path
required: true
Expand All @@ -251,7 +263,8 @@ paths:
in: path
required: true
schema:
$ref: '#/components/schemas/UuidNullUUID'
type: string
format: uuid
- name: cache
in: query
allowEmptyValue: true
Expand All @@ -277,7 +290,8 @@ paths:
in: path
required: true
schema:
$ref: '#/components/schemas/UuidNullUUID'
type: string
format: uuid
responses:
"200":
description: OK
Expand Down Expand Up @@ -783,14 +797,6 @@ components:
port:
type: string
example: "3000"
UuidNullUUID:
type: object
properties:
UUID:
type: string
format: uuid
Valid:
type: boolean
tags:
- name: Container
- name: Containers
Expand Down
11 changes: 2 additions & 9 deletions openapi.reverse-proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ paths:
in: path
required: true
schema:
$ref: '#/components/schemas/UuidNullUUID'
type: string
format: uuid
responses:
"200":
description: OK
Expand All @@ -61,14 +62,6 @@ components:
required:
- source
- target
UuidNullUUID:
type: object
properties:
UUID:
type: string
format: uuid
Valid:
type: boolean
tags:
- name: Redirect
- name: Redirects

0 comments on commit 774d41f

Please sign in to comment.