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 Mar 27, 2023
1 parent c845585 commit e5ebe07
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions site/specs/numbers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -754,6 +754,7 @@ components:
type: string
shortCodeCountryPathParam:
description: The short code number country.
example: USA
in: path
name: country
required: true
Expand Down Expand Up @@ -32664,7 +32665,7 @@ paths:
$ref: '#/components/responses/shortCode429'
'500':
$ref: '#/components/responses/shortCode500'
summary: Retrieve short code numbers for that account identifier.
summary: Retrieve short codes by account.
tags:
- Short Codes
/accounts/{accountId}/shortcodes/{shortCode}/{country}:
Expand Down Expand Up @@ -32695,9 +32696,7 @@ paths:
$ref: '#/components/responses/shortCode429'
'500':
$ref: '#/components/responses/shortCode500'
summary: >-
Retrieve short code details for that account identifier, short code
number, and country.
summary: Retrieve short code details.
tags:
- Short Codes
/accounts/{accountId}/shortcodes/{shortCode}/{country}/history:
Expand Down Expand Up @@ -32732,7 +32731,7 @@ paths:
$ref: '#/components/responses/shortCode429'
'500':
$ref: '#/components/responses/shortCode500'
summary: Retrieve short code history for an account, short code, and country.
summary: Retrieve short code history.
tags:
- Short Codes
/accounts/{accountId}/sipcredentials:
Expand Down

0 comments on commit e5ebe07

Please sign in to comment.