@@ -1641,12 +1641,14 @@ components:
16411641 enum :
16421642 - INBOUND
16431643 - OUTBOUND
1644+ example : INBOUND
16441645 messageDirectionEnum :
16451646 type : string
16461647 description : The direction of the message. One of in out.
16471648 enum :
16481649 - in
16491650 - out
1651+ example : in
16501652 messageTypeEnum :
16511653 type : string
16521654 description : The type of message. Either SMS or MMS.
@@ -4797,17 +4799,9 @@ components:
47974799 useCase :
47984800 $ref : ' #/components/schemas/useCase'
47994801 useCaseSummary :
4800- type : string
4801- description : A general idea of the use case and customer.
4802- minLength : 1
4803- maxLength : 500
4804- nullable : false
4802+ $ref : ' #/components/schemas/useCaseSummary'
48054803 productionMessageContent :
4806- type : string
4807- description : Example of message content.
4808- minLength : 1
4809- maxLength : 500
4810- nullable : false
4804+ $ref : ' #/components/schemas/productionMessageContent'
48114805 optInWorkflow :
48124806 $ref : ' #/components/schemas/optInWorkflow'
48134807 additionalInformation :
@@ -4816,6 +4810,7 @@ components:
48164810 minLength : 0
48174811 maxLength : 500
48184812 nullable : true
4813+ example : Any additional information
48194814 isvReseller :
48204815 $ref : ' #/components/schemas/isvReseller'
48214816 verificationUpdateRequest :
@@ -4842,25 +4837,13 @@ components:
48424837 useCase :
48434838 $ref : ' #/components/schemas/useCase'
48444839 useCaseSummary :
4845- type : string
4846- description : A general idea of the use case and customer.
4847- minLength : 0
4848- maxLength : 500
4849- nullable : false
4840+ $ref : ' #/components/schemas/useCaseSummary'
48504841 productionMessageContent :
4851- type : string
4852- description : Example of message content.
4853- minLength : 0
4854- maxLength : 500
4855- nullable : false
4842+ $ref : ' #/components/schemas/productionMessageContent'
48564843 optInWorkflow :
48574844 $ref : ' #/components/schemas/optInWorkflow'
48584845 additionalInformation :
4859- type : string
4860- description : Any additional information.
4861- minLength : 0
4862- maxLength : 500
4863- nullable : true
4846+ $ref : ' #/components/schemas/additionalInformation'
48644847 isvReseller :
48654848 $ref : ' #/components/schemas/isvReseller'
48664849 tfvBasicAuthentication :
@@ -4869,9 +4852,11 @@ components:
48694852 username :
48704853 type : string
48714854 maxLength : 100
4855+ example : username
48724856 password :
48734857 type : string
48744858 maxLength : 200
4859+ example : password
48754860 required :
48764861 - username
48774862 - password
@@ -4986,6 +4971,7 @@ components:
49864971 minLength : 0
49874972 maxLength : 500
49884973 nullable : true
4974+ example : 2230 Bandmate Way
49894975 city :
49904976 type : string
49914977 description : The city of the business using the toll-free number.
@@ -5014,6 +5000,12 @@ components:
50145000 maxLength : 500
50155001 nullable : false
50165002 example : https://www.example.com/path/to/resource
5003+ additionalInformation :
5004+ type : string
5005+ description : Any additional information.
5006+ minLength : 0
5007+ maxLength : 500
5008+ nullable : true
50175009 optInWorkflow :
50185010 type : object
50195011 nullable : false
@@ -5101,6 +5093,20 @@ components:
51015093 minLength : 0
51025094 maxLength : 500
51035095 example : 2FA
5096+ useCaseSummary :
5097+ type : string
5098+ description : A general idea of the use case and customer.
5099+ minLength : 0
5100+ maxLength : 500
5101+ nullable : false
5102+ example : Text summarizing the use case for the toll-free number
5103+ productionMessageContent :
5104+ type : string
5105+ description : Example of message content.
5106+ minLength : 0
5107+ maxLength : 500
5108+ nullable : false
5109+ example : Production message content
51045110 webhookSubscriptionsListBody :
51055111 description : >-
51065112 A list of all webhook subscriptions registered for this account ID for
@@ -5277,28 +5283,13 @@ components:
52775283 useCase :
52785284 $ref : ' #/components/schemas/useCase'
52795285 useCaseSummary :
5280- type : string
5281- description : A general idea of the use case and customer.
5282- minLength : 0
5283- maxLength : 500
5284- nullable : false
5285- example : Text summarizing the use case for the toll-free number
5286+ $ref : ' #/components/schemas/useCaseSummary'
52865287 productionMessageContent :
5287- type : string
5288- description : Example of message content.
5289- minLength : 0
5290- maxLength : 500
5291- nullable : false
5292- example : Production message content
5288+ $ref : ' #/components/schemas/productionMessageContent'
52935289 optInWorkflow :
52945290 $ref : ' #/components/schemas/optInWorkflow'
52955291 additionalInformation :
5296- type : string
5297- description : Any additional information.
5298- minLength : 0
5299- maxLength : 500
5300- nullable : true
5301- example : Any additional information
5292+ $ref : ' #/components/schemas/additionalInformation'
53025293 isvReseller :
53035294 $ref : ' #/components/schemas/isvReseller'
53045295 tfvStatusEnum :
@@ -6235,6 +6226,7 @@ components:
62356226 Not intended for explicit use. To use pagination, follow the links in
62366227 the `Link` header of the response, as indicated in the endpoint
62376228 description.
6229+ example : eyJwYWdlVG9rZW4iOiJ0b2tlbiJ9
62386230 disconnectCause :
62396231 name : disconnectCause
62406232 in : query
0 commit comments