From 3f60c0b038174fb543ef6db50305bc6b040754cd Mon Sep 17 00:00:00 2001 From: Mabel Li <33980519+mabely@users.noreply.github.com> Date: Fri, 15 Dec 2023 16:03:56 +0000 Subject: [PATCH] Change openapi response mapping key to string (#75) --- docs/openapi/openapi.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/openapi/openapi.yaml b/docs/openapi/openapi.yaml index a76e8245..89f97ddc 100644 --- a/docs/openapi/openapi.yaml +++ b/docs/openapi/openapi.yaml @@ -119,7 +119,7 @@ paths: operationId: healthCheck summary: Health check endpoint for external services to consume responses: - 200: + "200": description: Healthy content: application/json: @@ -130,7 +130,7 @@ paths: type: string example: OK additionalProperties: false - 503: + "503": description: Service unavailable content: application/json: