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

Commit 744564c

Browse files
committed
Add Code Snippets to Spec Files
1 parent 5695f80 commit 744564c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

site/specs/numbers.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,6 +1281,9 @@ components:
12811281
$ref: '#/components/examples/RateCenterPostCoverage400Error'
12821282
schema:
12831283
$ref: '#/components/schemas/RateCenterCoverageUnsuccessfulResponse'
1284+
description: >-
1285+
Unsuccessful response due to a validation error. A LRN was provided for
1286+
offnet coverage.
12841287
rateCenterPostCoverageResponse409Error:
12851288
content:
12861289
application/xml:
@@ -1290,8 +1293,8 @@ components:
12901293
schema:
12911294
$ref: '#/components/schemas/RateCenterCoverageUnsuccessfulResponse'
12921295
description: >-
1293-
Unsuccessful response due to a validation error. A LRN was provided for
1294-
offnet coverage.
1296+
Unsuccessful response due to a validation error. This rate center
1297+
already exists.
12951298
rateCenterPutCoverageResponse:
12961299
content:
12971300
application/xml:
@@ -9857,7 +9860,7 @@ components:
98579860
example: Error Message
98589861
type: string
98599862
errorCode:
9860-
example: '1234'
9863+
example: 3900
98619864
type: number
98629865
type: object
98639866
RateCenterGroup:

0 commit comments

Comments
 (0)