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

Commit bb62369

Browse files
authored
bwdb-14682 (#913)
* Add Code Snippets to Spec Files * Add Code Snippets to Spec Files
1 parent e261123 commit bb62369

File tree

1 file changed

+21
-123
lines changed

1 file changed

+21
-123
lines changed

site/specs/numbers.yml

Lines changed: 21 additions & 123 deletions
Original file line numberDiff line numberDiff line change
@@ -144,24 +144,6 @@ components:
144144
minLength: 1
145145
type: string
146146
type: object
147-
AbstractOriginationSmsTnHistory:
148-
properties:
149-
NPANXXDetailList:
150-
items:
151-
properties:
152-
TerminationHost:
153-
properties:
154-
Count:
155-
type: integer
156-
NPANXX:
157-
type: string
158-
Tier:
159-
type: integer
160-
type: object
161-
title: NPANXXDetail
162-
type: object
163-
type: array
164-
type: object
165147
AccessRestriction:
166148
properties:
167149
RestrictedAccessTypes:
@@ -280,11 +262,6 @@ components:
280262
Name:
281263
type: string
282264
type: object
283-
AccountProductResponse:
284-
properties:
285-
Product:
286-
$ref: '#/components/schemas/AccountProduct'
287-
type: object
288265
AccountProducts:
289266
properties:
290267
Product:
@@ -7306,12 +7283,6 @@ components:
73067283
$ref: '#/components/schemas/OriginationRoutePayload'
73077284
type: array
73087285
type: object
7309-
OriginationTnHistory:
7310-
properties:
7311-
Origination:
7312-
allOf:
7313-
- $ref: '#/components/schemas/AbstractOriginationSmsTnHistory'
7314-
type: object
73157286
PaginationLinks:
73167287
properties:
73177288
first:
@@ -8038,19 +8009,6 @@ components:
80388009
HttpVoiceV2AppId:
80398010
type: string
80408011
type: object
8041-
ProductTnHistoryResponse:
8042-
properties:
8043-
ProductTNDetailsResponse:
8044-
$ref: '#/components/schemas/ProductTnReportWrapper'
8045-
type: object
8046-
ProductTnReportWrapper:
8047-
properties:
8048-
ProductTNDetails:
8049-
oneOf:
8050-
- $ref: '#/components/schemas/OriginationTnHistory'
8051-
- $ref: '#/components/schemas/SmsTnHistory'
8052-
- $ref: '#/components/schemas/TollfreeTnHistory'
8053-
type: object
80548012
ProductVoiceProtocol:
80558013
enum:
80568014
- HTTP
@@ -9770,12 +9728,6 @@ components:
97709728
type: integer
97719729
title: HttpSettings
97729730
type: object
9773-
SmsTnHistory:
9774-
properties:
9775-
Sms:
9776-
allOf:
9777-
- $ref: '#/components/schemas/AbstractOriginationSmsTnHistory'
9778-
type: object
97799731
StateSearchAndOrder:
97809732
allOf:
97819733
- $ref: '#/components/schemas/orderMetadata'
@@ -11496,14 +11448,6 @@ components:
1149611448
type: object
1149711449
xml:
1149811450
name: TollFreeWildCharSearchAndOrderType
11499-
TollfreeTnHistory:
11500-
properties:
11501-
Tollfree:
11502-
properties:
11503-
Count:
11504-
type: integer
11505-
type: object
11506-
type: object
1150711451
Tpas:
1150811452
items:
1150911453
$ref: '#/components/schemas/Tpa'
@@ -20848,7 +20792,7 @@ paths:
2084820792
schema:
2084920793
$ref: '#/components/schemas/SiteHostsResponse'
2085020794
description: <p>A successful result that contains the response data</p>
20851-
summary: List hosts
20795+
summary: List hosts on account
2085220796
tags:
2085320797
- Account
2085420798
/accounts/{accountId}/importTnChecker:
@@ -27989,7 +27933,7 @@ paths:
2798927933
schema:
2799027934
$ref: '#/components/schemas/AccountProductsResponse'
2799127935
description: ''
27992-
summary: List account products
27936+
summary: List products on account
2799327937
tags:
2799427938
- Account
2799527939
/accounts/{accountId}/products/e911/settings:
@@ -28033,7 +27977,7 @@ paths:
2803327977
schema:
2803427978
$ref: '#/components/schemas/E911SettingsResponse'
2803527979
description: ''
28036-
summary: Retrieve e911 product settings on account
27980+
summary: Retrieve e911 product settings
2803727981
tags:
2803827982
- Account
2803927983
/accounts/{accountId}/products/edgemanagement/settings:
@@ -28086,7 +28030,7 @@ paths:
2808628030
schema:
2808728031
$ref: '#/components/schemas/EdgeManagementSettingsResponse'
2808828032
description: ''
28089-
summary: Retrieve edgemanagement product settings on account
28033+
summary: Retrieve edgemanagement product settings
2809028034
tags:
2809128035
- Account
2809228036
/accounts/{accountId}/products/edgemanagement/settings/sipauthentication:
@@ -28152,7 +28096,7 @@ paths:
2815228096
schema:
2815328097
$ref: '#/components/schemas/SipAuthenticationResponse'
2815428098
description: ''
28155-
summary: Retrieve sipauthentication settings on account
28099+
summary: Retrieve edgemanagement product sipauthentication feature settings of
2815628100
tags:
2815728101
- Account
2815828102
/accounts/{accountId}/products/messaging/a2pCampaigns:
@@ -28185,7 +28129,7 @@ paths:
2818528129
schema:
2818628130
$ref: '#/components/schemas/MessagingA2pCampaignsResponse'
2818728131
description: ''
28188-
summary: Retrieve a2pCampaigns settings on account
28132+
summary: Retrieve messaging a2pCampaigns settings
2818928133
tags:
2819028134
- Account
2819128135
/accounts/{accountId}/products/messaging/features/http:
@@ -28210,7 +28154,7 @@ paths:
2821028154
schema:
2821128155
$ref: '#/components/schemas/AccountHttpFeatureResponse'
2821228156
description: ''
28213-
summary: Retrieve messaging http feature settings on account
28157+
summary: Retrieve messaging product http feature settings
2821428158
tags:
2821528159
- Account
2821628160
/accounts/{accountId}/products/messaging/features/mms:
@@ -28255,7 +28199,7 @@ paths:
2825528199
schema:
2825628200
$ref: '#/components/schemas/AccountMmsFeatureResponse'
2825728201
description: ''
28258-
summary: Retrieve messaging mms feature settings on account
28202+
summary: Retrieve messaging product mms feature settings
2825928203
tags:
2826028204
- Account
2826128205
/accounts/{accountId}/products/messaging/features/mms/mm4settings:
@@ -28293,7 +28237,7 @@ paths:
2829328237
schema:
2829428238
$ref: '#/components/schemas/MmsFeatureMm4AdminSettingsResponse'
2829528239
description: ''
28296-
summary: Retrieve messaging mms feature mm4 settings on account
28240+
summary: Retrieve messaging product mms feature mm4 settings
2829728241
tags:
2829828242
- Account
2829928243
/accounts/{accountId}/products/messaging/features/mms/settings:
@@ -28320,7 +28264,7 @@ paths:
2832028264
schema:
2832128265
$ref: '#/components/schemas/AccountMmsFeatureSettingsResponse'
2832228266
description: ''
28323-
summary: Retrieve messaging mms feature settings on account
28267+
summary: Retrieve messaging product mms feature settings
2832428268
tags:
2832528269
- Account
2832628270
/accounts/{accountId}/products/messaging/features/sms:
@@ -28370,7 +28314,7 @@ paths:
2837028314
schema:
2837128315
$ref: '#/components/schemas/AccountSmsFeatureResponse'
2837228316
description: ''
28373-
summary: Retrieve messaging sms feature settings on account
28317+
summary: Retrieve messaging product sms feature settings
2837428318
tags:
2837528319
- Account
2837628320
/accounts/{accountId}/products/messaging/routes:
@@ -28424,7 +28368,7 @@ paths:
2842428368
schema:
2842528369
$ref: '#/components/schemas/AccountMessagingRoutesResponse'
2842628370
description: ''
28427-
summary: Retrieve messaging routes on account
28371+
summary: Retrieve messaging routes
2842828372
tags:
2842928373
- Account
2843028374
/accounts/{accountId}/products/messaging/settings:
@@ -28462,12 +28406,12 @@ paths:
2846228406
schema:
2846328407
$ref: '#/components/schemas/MessagingSettingsResponse'
2846428408
description: ''
28465-
summary: Retrieve messaging settings on account
28409+
summary: Retrieve messaging product settings
2846628410
tags:
2846728411
- Account
2846828412
/accounts/{accountId}/products/termination/settings:
2846928413
get:
28470-
description: Retrieve existing termination settings on account.
28414+
description: Retrieve termination product settings on account.
2847128415
operationId: GetAccountTerminationProductSettings
2847228416
parameters:
2847328417
- $ref: '#/components/parameters/AccountIdPathParam'
@@ -28506,7 +28450,7 @@ paths:
2850628450
schema:
2850728451
$ref: '#/components/schemas/TerminationSettingsResponse'
2850828452
description: ''
28509-
summary: Retrieve termination settings on account
28453+
summary: Retrieve termination settings
2851028454
tags:
2851128455
- Account
2851228456
/accounts/{accountId}/products/tollfree/settings:
@@ -28539,7 +28483,7 @@ paths:
2853928483
schema:
2854028484
$ref: '#/components/schemas/TollFreeSettingsResponse'
2854128485
description: ''
28542-
summary: Retrieve tollfree settings on account
28486+
summary: Retrieve tollfree product settings
2854328487
tags:
2854428488
- Account
2854528489
/accounts/{accountId}/products/uctrunking/features/hosted/settings:
@@ -28578,7 +28522,7 @@ paths:
2857828522
</ResponseStatus>
2857928523
</UcTrunkingCloudSettingsResponse>
2858028524
description: Not Found - if UcTrunking product has not been configured on account
28581-
summary: Retrieve uctrunking hosted feature settings on account
28525+
summary: Retrieve uctrunking product hosted feature settings
2858228526
tags:
2858328527
- Account
2858428528
post:
@@ -28643,7 +28587,7 @@ paths:
2864328587
</ResponseStatus>
2864428588
</UcTrunkingCloudSettingsResponse>
2864528589
description: Not Found - if UcTrunking product has not been configured on account
28646-
summary: Create uctrunking hosted feature settings on account
28590+
summary: Add uctrunking product hosted feature settings
2864728591
tags:
2864828592
- Account
2864928593
put:
@@ -28708,7 +28652,7 @@ paths:
2870828652
</ResponseStatus>
2870928653
</UcTrunkingCloudSettingsResponse>
2871028654
description: Not Found - if UcTrunking product has not been configured on account
28711-
summary: Update uctrunking hosted feature settings on account
28655+
summary: Update uctrunking product hosted feature settings
2871228656
tags:
2871328657
- Account
2871428658
/accounts/{accountId}/products/uctrunking/settings:
@@ -28751,53 +28695,7 @@ paths:
2875128695
schema:
2875228696
$ref: '#/components/schemas/UcTrunkingSettingsResponse'
2875328697
description: ''
28754-
summary: Retrieve uctrunking settings on account
28755-
tags:
28756-
- Account
28757-
/accounts/{accountId}/products/{productName}:
28758-
get:
28759-
description: Discover whether product is currently enabled on the account
28760-
operationId: GetAccountProduct
28761-
parameters:
28762-
- $ref: '#/components/parameters/AccountIdPathParam'
28763-
- in: path
28764-
name: productName
28765-
required: true
28766-
schema:
28767-
type: string
28768-
responses:
28769-
'200':
28770-
content:
28771-
application/xml:
28772-
schema:
28773-
$ref: '#/components/schemas/AccountProductResponse'
28774-
description: ''
28775-
summary: Check product on account
28776-
tags:
28777-
- Account
28778-
/accounts/{accountId}/products/{productName}/tntotals:
28779-
get:
28780-
description: Get Product Tn Totals
28781-
operationId: GetProductTnTotals
28782-
parameters:
28783-
- $ref: '#/components/parameters/AccountIdPathParam'
28784-
- in: path
28785-
name: productName
28786-
required: true
28787-
schema:
28788-
enum:
28789-
- Origination
28790-
- Messaging
28791-
- TollFree
28792-
type: string
28793-
responses:
28794-
'200':
28795-
content:
28796-
application/xml:
28797-
schema:
28798-
$ref: '#/components/schemas/ProductTnHistoryResponse'
28799-
description: Information was successfully retrieved
28800-
summary: Get Product Tn Totals
28698+
summary: Retrieve uctrunking product settings
2880128699
tags:
2880228700
- Account
2880328701
/accounts/{accountId}/realms:
@@ -37554,7 +37452,7 @@ paths:
3755437452
$ref: '#/components/schemas/ResponseStatus'
3755537453
type: object
3755637454
description: The account ID given does not have UC Trunking associated with it
37557-
summary: Get Total Number of Seats for Account
37455+
summary: Retrieve the total number of seats on account
3755837456
tags:
3755937457
- Account
3756037458
/accounts/{accountId}/{orderType}/{orderId}/adminparameters:

0 commit comments

Comments
 (0)