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 Jun 2, 2023
1 parent 744564c commit c233445
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions site/specs/numbers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1233,6 +1233,50 @@ components:
associated with the order, the state of the order, and a list of the
successfully imported Telephone Numbers, and descriptions of any
encountered errors.
rateCenter401Error:
content:
application/json:
examples:
example:
value:
description: Client is providing incorrect or invalid credentials.
type: unauthorized
schema:
$ref: '#/components/schemas/RateCenterCoverageUnsuccessfulResponse'
description: Client is providing incorrect or invalid credentials.
rateCenter403Error:
content:
application/json:
examples:
example:
value:
description: Client does not have access rights to the content.
type: forbidden
schema:
$ref: '#/components/schemas/RateCenterCoverageUnsuccessfulResponse'
description: Client is providing incorrect or invalid credentials.
rateCenter429Error:
content:
application/json:
examples:
example:
value:
description: Too many requests.
type: too many requests
schema:
$ref: '#/components/schemas/RateCenterCoverageUnsuccessfulResponse'
description: Too many requests.
rateCenter500Error:
content:
application/json:
examples:
example:
value:
description: The server has encountered an internal error.
type: internal server error
schema:
$ref: '#/components/schemas/RateCenterCoverageUnsuccessfulResponse'
description: The server has encountered an internal error.
rateCenterFindCoverageResponse404Error:
content:
application/xml:
Expand Down

0 comments on commit c233445

Please sign in to comment.