From 774d41f0327e3838e8dc0b6b365c2bf99c5749a4 Mon Sep 17 00:00:00 2001 From: "vertex-nexa[bot]" <149347004+vertex-nexa[bot]@users.noreply.github.com> Date: Sun, 17 Dec 2023 03:03:13 +0000 Subject: [PATCH] Update openapi.*. --- openapi.containers.yaml | 50 +++++++++++++++++++++----------------- openapi.reverse-proxy.yaml | 11 ++------- 2 files changed, 30 insertions(+), 31 deletions(-) diff --git a/openapi.containers.yaml b/openapi.containers.yaml index 60336a3..4ee4672 100644 --- a/openapi.containers.yaml +++ b/openapi.containers.yaml @@ -15,7 +15,8 @@ paths: in: path required: true schema: - $ref: '#/components/schemas/UuidNullUUID' + type: string + format: uuid responses: "200": description: OK @@ -40,7 +41,8 @@ paths: in: path required: true schema: - $ref: '#/components/schemas/UuidNullUUID' + type: string + format: uuid responses: "204": description: No Content @@ -68,7 +70,8 @@ paths: in: path required: true schema: - $ref: '#/components/schemas/UuidNullUUID' + type: string + format: uuid requestBody: content: application/json: @@ -88,7 +91,8 @@ paths: in: path required: true schema: - $ref: '#/components/schemas/UuidNullUUID' + type: string + format: uuid responses: "200": description: OK @@ -108,7 +112,8 @@ paths: in: path required: true schema: - $ref: '#/components/schemas/UuidNullUUID' + type: string + format: uuid responses: "200": description: OK @@ -123,7 +128,8 @@ paths: in: path required: true schema: - $ref: '#/components/schemas/UuidNullUUID' + type: string + format: uuid responses: "200": description: OK @@ -143,7 +149,8 @@ paths: in: path required: true schema: - $ref: '#/components/schemas/UuidNullUUID' + type: string + format: uuid requestBody: content: application/json: @@ -164,7 +171,8 @@ paths: in: path required: true schema: - $ref: '#/components/schemas/UuidNullUUID' + type: string + format: uuid responses: "200": description: OK @@ -179,7 +187,8 @@ paths: in: path required: true schema: - $ref: '#/components/schemas/UuidNullUUID' + type: string + format: uuid responses: "200": description: OK @@ -200,7 +209,8 @@ paths: in: path required: true schema: - $ref: '#/components/schemas/UuidNullUUID' + type: string + format: uuid responses: "200": description: OK @@ -215,7 +225,8 @@ paths: in: path required: true schema: - $ref: '#/components/schemas/UuidNullUUID' + type: string + format: uuid responses: "200": description: OK @@ -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 @@ -251,7 +263,8 @@ paths: in: path required: true schema: - $ref: '#/components/schemas/UuidNullUUID' + type: string + format: uuid - name: cache in: query allowEmptyValue: true @@ -277,7 +290,8 @@ paths: in: path required: true schema: - $ref: '#/components/schemas/UuidNullUUID' + type: string + format: uuid responses: "200": description: OK @@ -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 diff --git a/openapi.reverse-proxy.yaml b/openapi.reverse-proxy.yaml index cb69de3..887d7f6 100644 --- a/openapi.reverse-proxy.yaml +++ b/openapi.reverse-proxy.yaml @@ -36,7 +36,8 @@ paths: in: path required: true schema: - $ref: '#/components/schemas/UuidNullUUID' + type: string + format: uuid responses: "200": description: OK @@ -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