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 Oct 6, 2023
1 parent e4d60ae commit 61765bf
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions site/specs/numbers_v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10584,12 +10584,12 @@ components:
type: object
PortOutRequestGlobal:
properties:
PortOutRequestGlobal:
PortOutRequest:
$ref: '#/components/schemas/ManualPortOutRequestGlobal'
type: object
PortOutRequestNanp:
properties:
PortOutRequestNanp:
PortOutRequest:
$ref: '#/components/schemas/ManualPortOutRequestNanp'
type: object
PortOutResponse:
Expand Down Expand Up @@ -10619,6 +10619,7 @@ components:
- EXCEPTION
- SOA_PENDING
- SOA_CONFLICT
- FOC
type: string
Status:
$ref: '#/components/schemas/IrisStatus'
Expand Down Expand Up @@ -15360,7 +15361,7 @@ components:
description: Total count of telephone numbers in order.
type: integer
CountryCodeA3:
description: The country to which the telephone number belongs to.
description: The country to which the telephone number belongs.
type: string
LNPLosingCarrierId:
description: Internal use only
Expand Down Expand Up @@ -32403,7 +32404,7 @@ paths:
schema:
$ref: '#/components/schemas/PortOutResponse'
description: The port-out request has been successfully received.
summary: Create port-out request Global
summary: Create port-out request
tags:
- Porting
/accounts/{accountId}/portouts/status:
Expand Down Expand Up @@ -32607,7 +32608,7 @@ paths:
schema:
$ref: '#/components/schemas/PortOutResponse'
description: The update or cancellation was successful.
summary: Update/cancel port-out request Global
summary: Update/cancel port-out request
tags:
- Porting
/accounts/{accountId}/products:
Expand Down

0 comments on commit 61765bf

Please sign in to comment.