From de1b176236b0aa99931fd9efa6ebb3b40acb0c83 Mon Sep 17 00:00:00 2001 From: Eric Murray Date: Mon, 16 Dec 2024 13:30:32 +0000 Subject: [PATCH 1/2] Update CAMARA_common.yaml --- artifacts/CAMARA_common.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artifacts/CAMARA_common.yaml b/artifacts/CAMARA_common.yaml index b032312a..cf2e130a 100644 --- a/artifacts/CAMARA_common.yaml +++ b/artifacts/CAMARA_common.yaml @@ -768,7 +768,7 @@ components: description: Service is not available. Temporary situation usually related to maintenance process in the server side value: status: 503 - code: UNAVAILABLE + code: SERVICE_UNAVAILABLE message: Service Unavailable. Generic504: description: Gateway Timeout From 1bf848758d478ca1a43c808ec0839d6a9de7d84b Mon Sep 17 00:00:00 2001 From: Eric Murray Date: Tue, 17 Dec 2024 08:39:30 +0000 Subject: [PATCH 2/2] Update CAMARA_common.yaml --- artifacts/CAMARA_common.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/artifacts/CAMARA_common.yaml b/artifacts/CAMARA_common.yaml index cf2e130a..5a98f4eb 100644 --- a/artifacts/CAMARA_common.yaml +++ b/artifacts/CAMARA_common.yaml @@ -762,13 +762,13 @@ components: - 503 code: enum: - - SERVICE_UNAVAILABLE + - UNAVAILABLE examples: GENERIC_503_UNAVAILABLE: description: Service is not available. Temporary situation usually related to maintenance process in the server side value: status: 503 - code: SERVICE_UNAVAILABLE + code: UNAVAILABLE message: Service Unavailable. Generic504: description: Gateway Timeout