Skip to content

Commit

Permalink
Update kyc-tenure.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-murray authored Nov 6, 2024
1 parent 0eaacaf commit 91f52ae
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions code/API_definitions/kyc-tenure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 91f52ae

Please sign in to comment.