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: