From fda1a81be51a4b8170850f9714d5febf82e39502 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Er=C3=A8be=20-=20Romain=20Gerard?= Date: Thu, 6 Jun 2024 17:00:02 +0200 Subject: [PATCH] Fix api response type --- openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index 226555b2..4f9a93c8 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -5103,7 +5103,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/Status' + $ref: '#/components/schemas/EnvironmentStatus' '400': $ref: '#/components/responses/400' '401':