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"