From 402a5dc5571928ad7569e1397842318522491ec1 Mon Sep 17 00:00:00 2001 From: Melvin Zottola Date: Wed, 7 Aug 2024 10:29:39 +0200 Subject: [PATCH] fix(cor-923) Change custom domain check endpoints --- openapi.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index 99a3ec87..ee3dc711 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -6746,7 +6746,7 @@ paths: $ref: '#/components/responses/403' '404': $ref: '#/components/responses/404' - '/application/{applicationId}/customDomain/check': + '/application/{applicationId}/checkCustomDomain': get: summary: Check Application Custom Domain operationId: checkApplicationCustomDomain @@ -7718,7 +7718,7 @@ paths: $ref: '#/components/responses/403' '404': $ref: '#/components/responses/404' - '/container/{containerId}/customDomain/check': + '/container/{containerId}/checkCustomDomain': get: summary: Check Container Custom Domain operationId: checkContainerCustomDomain @@ -9243,7 +9243,7 @@ paths: $ref: '#/components/responses/403' '404': $ref: '#/components/responses/404' - '/helm/{helmId}/customDomain/check': + '/helm/{helmId}/checkCustomDomain': get: summary: Check Helm Custom Domain operationId: checkHelmCustomDomain