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 5695f80 commit 744564c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions site/specs/numbers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1281,6 +1281,9 @@ components:
$ref: '#/components/examples/RateCenterPostCoverage400Error'
schema:
$ref: '#/components/schemas/RateCenterCoverageUnsuccessfulResponse'
description: >-
Unsuccessful response due to a validation error. A LRN was provided for
offnet coverage.
rateCenterPostCoverageResponse409Error:
content:
application/xml:
Expand All @@ -1290,8 +1293,8 @@ components:
schema:
$ref: '#/components/schemas/RateCenterCoverageUnsuccessfulResponse'
description: >-
Unsuccessful response due to a validation error. A LRN was provided for
offnet coverage.
Unsuccessful response due to a validation error. This rate center
already exists.
rateCenterPutCoverageResponse:
content:
application/xml:
Expand Down Expand Up @@ -9857,7 +9860,7 @@ components:
example: Error Message
type: string
errorCode:
example: '1234'
example: 3900
type: number
type: object
RateCenterGroup:
Expand Down

0 comments on commit 744564c

Please sign in to comment.