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

Commit cae23cb

Browse files
committed
Add Code Snippets to Spec Files
1 parent d54e44b commit cae23cb

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

site/specs/numbers.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14361,8 +14361,12 @@ components:
1436114361
completion of TFV verification.
1436214362
properties:
1436314363
accountId:
14364+
example: '1234567'
1436414365
type: string
1436514366
basicAuthentication:
14367+
description: >-
14368+
Basic authentication credentials are not required, but if present,
14369+
both username and password must be provided.
1436614370
properties:
1436714371
password:
1436814372
maxLength: 200
@@ -14377,14 +14381,21 @@ components:
1437714381
callbackUrl:
1437814382
$ref: '#/components/schemas/webhookUrl'
1437914383
createdDate:
14384+
example: '2023-05-15T13:56:39.965Z'
1438014385
format: date-time
1438114386
type: string
1438214387
id:
14388+
example: 7hICGStfAfeGxEq3N0lQwO
1438314389
type: string
1438414390
modifiedDate:
14391+
example: '2023-05-15T13:56:39.965Z'
1438514392
format: date-time
1438614393
type: string
1438714394
type:
14395+
description: >-
14396+
Currently only one type of webhook is supported for toll-free
14397+
verification, and that is the webhook for the status of a toll-free
14398+
verification request.
1438814399
enum:
1438914400
- TOLLFREE_VERIFICATION_STATUS
1439014401
type: string
@@ -14394,7 +14405,7 @@ components:
1439414405
webhookSubscriptionsListBody:
1439514406
description: >-
1439614407
A list of all webhook subscriptions registered for this account ID for
14397-
this particular feature.
14408+
this particular feature (unpaginated).
1439814409
properties:
1439914410
data:
1440014411
items:

0 commit comments

Comments
 (0)