From 3bd4f973ff21bd1c7480badc60e4efe929cb83ab Mon Sep 17 00:00:00 2001 From: Ns2Kracy <89824014+Ns2Kracy@users.noreply.github.com> Date: Thu, 19 Dec 2024 18:22:11 +0800 Subject: [PATCH] Update openapi.yaml 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"