Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
Add Code Snippets to Spec Files
Browse files Browse the repository at this point in the history
  • Loading branch information
DX-Bandwidth committed Sep 20, 2023
1 parent bfc0b7a commit 180a611
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions site/specs/numbers_v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15305,13 +15305,13 @@ components:
properties:
description:
description: 'Detailed explanation about error '
example: You must provide at least one parameter in order to search.
example: A supplied phoneNumberType within '[SPECIALLL]' is invalid.
type: string
xml:
name: Description
errorCode:
description: Numeric designation of corresponding error
example: 3924
example: 4010
type: integer
xml:
name: ErrorCode
Expand Down Expand Up @@ -43112,8 +43112,8 @@ paths:
value: |-
{
"responseStatus": {
"errorCode": 3924,
"description": "You must provide at least one parameter in order to search."
"errorCode": 4010,
"description": "A supplied phoneNumberType within '[SPECIALLL]' is invalid."
}
}
schema:
Expand All @@ -43125,8 +43125,8 @@ paths:
<?xml version="1.0" encoding="UTF-8"?>
<CountryCoverageResponse>
<ResponseStatus>
<ErrorCode>3924</ErrorCode>
<Description>You must provide at least one parameter in order to search.</Description>
<ErrorCode>4010</ErrorCode>
<Description>A supplied phoneNumberType within '[SPECIALLL]' is invalid.</Description>
</ResponseStatus>
</CountryCoverageResponse>
schema:
Expand Down

0 comments on commit 180a611

Please sign in to comment.