diff --git a/api/account/swagger.yaml b/api/account/swagger.yaml index 90abf6e..edd47ca 100644 --- a/api/account/swagger.yaml +++ b/api/account/swagger.yaml @@ -124,6 +124,10 @@ paths: responses: '200': description: Pong + content: + application/json: + schema: + $ref: '#/components/schemas/PingResponse' '401': description: Unauthorized @@ -216,3 +220,8 @@ components: type: string password: type: string + PingResponse: + type: object + properties: + ping: + type: string