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 1, 2023
1 parent b864772 commit 5695f80
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions site/specs/numbers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -716,6 +716,15 @@ components:
<ErrorCode>3913</ErrorCode>
</Error>
</RateCenterCoverageResponse>
RateCenterPostCoverage409Error:
value: |-
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<RateCenterCoverageResponse>
<Error>
<Description>Coverage already exists for FARMVILLE.NC with vendor ID 49</Description>
<ErrorCode>3923</ErrorCode>
</Error>
</RateCenterCoverageResponse>
RateCenterPostCoverageResponseExample:
value: |-
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
Expand Down Expand Up @@ -1272,6 +1281,14 @@ components:
$ref: '#/components/examples/RateCenterPostCoverage400Error'
schema:
$ref: '#/components/schemas/RateCenterCoverageUnsuccessfulResponse'
rateCenterPostCoverageResponse409Error:
content:
application/xml:
examples:
unsuccessful409ErrorPostCoverageResponseExample:
$ref: '#/components/examples/RateCenterPostCoverage409Error'
schema:
$ref: '#/components/schemas/RateCenterCoverageUnsuccessfulResponse'
description: >-
Unsuccessful response due to a validation error. A LRN was provided for
offnet coverage.
Expand Down

0 comments on commit 5695f80

Please sign in to comment.