From 91f52ae6b76f7988fcd5556044398c777709a8d4 Mon Sep 17 00:00:00 2001 From: Eric Murray Date: Wed, 6 Nov 2024 10:20:06 +0000 Subject: [PATCH] Update kyc-tenure.yaml --- code/API_definitions/kyc-tenure.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/code/API_definitions/kyc-tenure.yaml b/code/API_definitions/kyc-tenure.yaml index efd5433..118b773 100644 --- a/code/API_definitions/kyc-tenure.yaml +++ b/code/API_definitions/kyc-tenure.yaml @@ -317,18 +317,18 @@ components: schema: $ref: "#/components/schemas/ErrorInfo" examples: - GENERIC_422_DEVICE_NOT_APPLICABLE: + GENERIC_422_NOT_SUPPORTED: description: Service is not available for the provided device value: status: 422 - code: DEVICE_NOT_APPLICABLE - message: The service is not available for the provided device. - GENERIC_422_UNIDENTIFIABLE_DEVICE: + code: NOT_SUPPORTED + message: Service not supported for this phoneNumber + GENERIC_422_UNIDENTIFIABLE_PHONE_NUMBER: description: No identifier provided for any device value: status: 422 - code: UNIDENTIFIABLE_DEVICE - message: No identifier provided for any device + code: UNIDENTIFIABLE_PHONE_NUMBER + message: The phone number cannot be identified Generic429: description: Too Many Requests