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

Commit c233445

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

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

site/specs/numbers.yml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1233,6 +1233,50 @@ components:
12331233
associated with the order, the state of the order, and a list of the
12341234
successfully imported Telephone Numbers, and descriptions of any
12351235
encountered errors.
1236+
rateCenter401Error:
1237+
content:
1238+
application/json:
1239+
examples:
1240+
example:
1241+
value:
1242+
description: Client is providing incorrect or invalid credentials.
1243+
type: unauthorized
1244+
schema:
1245+
$ref: '#/components/schemas/RateCenterCoverageUnsuccessfulResponse'
1246+
description: Client is providing incorrect or invalid credentials.
1247+
rateCenter403Error:
1248+
content:
1249+
application/json:
1250+
examples:
1251+
example:
1252+
value:
1253+
description: Client does not have access rights to the content.
1254+
type: forbidden
1255+
schema:
1256+
$ref: '#/components/schemas/RateCenterCoverageUnsuccessfulResponse'
1257+
description: Client is providing incorrect or invalid credentials.
1258+
rateCenter429Error:
1259+
content:
1260+
application/json:
1261+
examples:
1262+
example:
1263+
value:
1264+
description: Too many requests.
1265+
type: too many requests
1266+
schema:
1267+
$ref: '#/components/schemas/RateCenterCoverageUnsuccessfulResponse'
1268+
description: Too many requests.
1269+
rateCenter500Error:
1270+
content:
1271+
application/json:
1272+
examples:
1273+
example:
1274+
value:
1275+
description: The server has encountered an internal error.
1276+
type: internal server error
1277+
schema:
1278+
$ref: '#/components/schemas/RateCenterCoverageUnsuccessfulResponse'
1279+
description: The server has encountered an internal error.
12361280
rateCenterFindCoverageResponse404Error:
12371281
content:
12381282
application/xml:

0 commit comments

Comments
 (0)