From bc28fc47091bc1e8a0bfefa342f58059bb8388e2 Mon Sep 17 00:00:00 2001 From: DX-Bandwidth Date: Fri, 16 Dec 2022 21:45:25 +0000 Subject: [PATCH 1/2] Add Code Snippets to Spec Files --- site/specs/numbers.yml | 57 +++++++++++++++++++++++++++++++++++++++--- 1 file changed, 54 insertions(+), 3 deletions(-) diff --git a/site/specs/numbers.yml b/site/specs/numbers.yml index c91b56b6c..a4732550f 100644 --- a/site/specs/numbers.yml +++ b/site/specs/numbers.yml @@ -25221,6 +25221,28 @@ paths: required: false schema: type: integer + - description: > +

* A telephone number included in the + ListOfPhoneNumbers in a port-in order. Note that order tn cannot be + combined with any of the date-based query parameters (date, + startdate, or enddate).

+ example: 9143982871 + in: query + name: orderTn + required: false + schema: + type: integer + - description: > +

* Search for a specified customer order + ID. No quotes are necessary. Note that customer order ID cannot be + combined with any of the date-based query parameters (date, + startdate, or enddate).

+ example: My order id + in: query + name: customerOrderId + required: false + schema: + type: string - description: >

* The port order number. Note that pon cannot be combined @@ -25263,8 +25285,8 @@ paths: content: application/xml: examples: - example: - description: example + Portins in FOC: + description: List of portin orders with FOC processing status value: |- @@ -25311,6 +25333,36 @@ paths: 979E019287CDF6A1 + RespOrg exception toll-free portin order: + description: >- + List containing a single RespOrg exception toll-free portin + order + value: |- + + + 1 + + Link=<https://test.dashboard.bandwidth.com:443/v1.0/accounts/9900012/portins?page=1&size=10&date=2020-01-15&>;rel="first"; + + + 9900012 + 5 + RE Portin + jg_eng_customer + 2022-11-15T18:39:12.948Z + 2022-11-15T18:23:15.291Z + 167aa53b-f715-459c-b740-70c3a32351cd + port_in + JohnsAccount + false + SUBMITTED + 2022-11-18T16:30:00.000Z + true + + TST52 + TST52 + + schema: $ref: '#/components/schemas/LNPResponseWrapper' description: The port-ins have been successfully retrieved. @@ -39119,4 +39171,3 @@ tags: - name: Tn Option - name: Tn Reservation - name: Tns - - name: Admin From 27acb2e113342dbdfae908070f34706c8c6e57a6 Mon Sep 17 00:00:00 2001 From: DX-Bandwidth Date: Tue, 20 Dec 2022 15:44:09 +0000 Subject: [PATCH 2/2] Add Code Snippets to Spec Files --- site/specs/numbers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/specs/numbers.yml b/site/specs/numbers.yml index a4732550f..7750fd670 100644 --- a/site/specs/numbers.yml +++ b/site/specs/numbers.yml @@ -25237,7 +25237,7 @@ paths: ID. No quotes are necessary. Note that customer order ID cannot be combined with any of the date-based query parameters (date, startdate, or enddate).

- example: My order id + example: PO-58472159 in: query name: customerOrderId required: false