From 6cf06a5210823c39f9e6675235cf57c55b1e7f2c Mon Sep 17 00:00:00 2001 From: Ming Hui <134043190+mhfoo@users.noreply.github.com> Date: Wed, 21 Feb 2024 09:30:22 +0000 Subject: [PATCH] Added 501 Not Support error response --- artifacts/CAMARA_common.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/artifacts/CAMARA_common.yaml b/artifacts/CAMARA_common.yaml index fdbeede8..28d531b9 100644 --- a/artifacts/CAMARA_common.yaml +++ b/artifacts/CAMARA_common.yaml @@ -265,6 +265,16 @@ components: status: 501 code: NOT_IMPLEMENTED message: This functionality is not implemented yet + NotSupported: + description: Not Supported + content: + application/json: + schema: + $ref: "#/components/schemas/ErrorInfo" + example: + status: 501 + code: NOT_SUPPORTED + message: Service not supported for this phone number AuthenticationRequired: description: Authentication Required content: