From 1b64d4b6522e6ea06c9a4c5a7ca1c02bcb6d9f69 Mon Sep 17 00:00:00 2001 From: Ns2Kracy <89824014+Ns2Kracy@users.noreply.github.com> Date: Thu, 19 Dec 2024 18:29:13 +0800 Subject: [PATCH] Update openapi.yaml (#53) Signed-off-by: Ns2Kracy <89824014+Ns2Kracy@users.noreply.github.com> --- api/gateway/openapi.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/gateway/openapi.yaml b/api/gateway/openapi.yaml index 5613abf..840ea00 100644 --- a/api/gateway/openapi.yaml +++ b/api/gateway/openapi.yaml @@ -37,9 +37,9 @@ paths: type: object properties: port: - type: integer + type: string description: Gateway port - example: 80 + example: "80" responses: "200": $ref: "#/components/responses/ResponseOK"