@@ -5941,6 +5941,10 @@ components:
59415941 example : sms
59425942 type : string
59435943 fieldError :
5944+ example :
5945+ fieldName : from
5946+ description : ' '' +invalid'' must be replaced with a valid E164 formatted telephone
5947+ number'
59445948 properties :
59455949 fieldName :
59465950 description : The name of the field that contains the error
@@ -5970,7 +5974,7 @@ components:
59705974 messageStatus : RECEIVED
59715975 receiveTime : 2020-04-07T14:03:07Z
59725976 accountId : " 9900000"
5973- messageDirection : null
5977+ messageDirection : INBOUND
59745978 messageType : sms
59755979 carrierName : other
59765980 recipientCount : 1
@@ -5987,7 +5991,7 @@ components:
59875991 messageStatus : RECEIVED
59885992 receiveTime : 2020-04-07T14:03:07Z
59895993 accountId : " 9900000"
5990- messageDirection : null
5994+ messageDirection : INBOUND
59915995 messageType : sms
59925996 carrierName : other
59935997 recipientCount : 1
@@ -6021,7 +6025,7 @@ components:
60216025 messageStatus : RECEIVED
60226026 receiveTime : 2020-04-07T14:03:07Z
60236027 accountId : " 9900000"
6024- messageDirection : null
6028+ messageDirection : INBOUND
60256029 messageType : sms
60266030 carrierName : other
60276031 recipientCount : 1
@@ -6127,6 +6131,9 @@ components:
61276131 title : PageInfo
61286132 type : object
61296133 messagingRequestError :
6134+ example :
6135+ description : description
6136+ type : type
61306137 properties :
61316138 type :
61326139 type : string
@@ -6138,6 +6145,16 @@ components:
61386145 title : MessagingRequestError
61396146 type : object
61406147 createMessageRequestError :
6148+ example :
6149+ fieldErrors :
6150+ - fieldName : from
6151+ description : ' '' +invalid'' must be replaced with a valid E164 formatted
6152+ telephone number'
6153+ - fieldName : from
6154+ description : ' '' +invalid'' must be replaced with a valid E164 formatted
6155+ telephone number'
6156+ description : description
6157+ type : type
61416158 properties :
61426159 type :
61436160 type : string
@@ -6198,7 +6215,7 @@ components:
61986215 text : Hello world
61996216 tag : custom tag
62006217 applicationId : 93de2206-9669-4e07-948d-329f4b722ee2
6201- direction : null
6218+ direction : in
62026219 properties :
62036220 id :
62046221 description : The id of the message.
@@ -7322,6 +7339,7 @@ components:
73227339 url : https://voice.bandwidth.com/api/v2/accounts/9900000/calls/c-15ac29a2-1331029c-2cb0-4a07-b215-b22865662d85/recordings/r-15ac29a2-1331029c-2cb0-4a07-b215-b22865662d85/transcription
73237340 status : completed
73247341 parentCallId : c-95ac8d6e-1a31c52e-b38f-4198-93c1-51633ec68f8d
7342+ recordingName : my-recording-name
73257343 transferCallerId : " +15555555555"
73267344 transferTo : " +15555555555"
73277345 duration : PT13.67S
@@ -7421,6 +7439,10 @@ components:
74217439 type : string
74227440 transcription :
74237441 $ref : ' #/components/schemas/recordingTranscriptionMetadata'
7442+ recordingName :
7443+ description : A name to identify this recording.
7444+ example : my-recording-name
7445+ type : string
74247446 type : object
74257447 conference :
74267448 example :
@@ -7632,6 +7654,7 @@ components:
76327654 channels : 1
76337655 mediaUrl : https://voice.bandwidth.com/api/v2/accounts/9900000/conferences/conf-fe23a767-a75a5b77-20c5-4cca-b581-cbbf0776eca9/recordings/r-fbe05094-9fd2afe9-bf5b-4c68-820a-41a01c1c5833/media
76347656 conferenceId : conf-fe23a767-a75a5b77-20c5-4cca-b581-cbbf0776eca9
7657+ recordingName : my-recording-name
76357658 name : my-conference-name
76367659 startTime : 2022-06-17T22:19:40.375Z
76377660 endTime : 2022-06-17T22:20:00Z
@@ -7694,6 +7717,10 @@ components:
76947717 format : uri
76957718 nullable : true
76967719 type : string
7720+ recordingName :
7721+ description : A name to identify this recording.
7722+ example : my-recording-name
7723+ type : string
76977724 type : object
76987725 machineDetectionConfiguration :
76997726 description : " The machine detection request used to perform <a href='/docs/voice/guides/machineDetection'>machine\
@@ -7877,6 +7904,7 @@ components:
78777904 callTranscriptionMetadataList :
78787905 example :
78797906 - transcriptionId : t-3f758f24-c7a2fc78-7c91-401a-8b2e-e542f9c40d6b
7907+ transcriptionName : live_transcription
78807908 transcriptionUrl : https://voice.bandwidth.com/api/v2/accounts/9900000/calls/c-fef240ff-5cfc9091-8069-4863-a8c0-a4dcbbf1f1a4/transcriptions/t-3f758f24-c7a2fc78-7c91-401a-8b2e-e542f9c40d6b
78817909 items :
78827910 $ref : ' #/components/schemas/callTranscriptionMetadata'
@@ -7887,6 +7915,11 @@ components:
78877915 description : The programmable voice API transcription ID.
78887916 example : t-3f758f24-c7a2fc78-7c91-401a-8b2e-e542f9c40d6b
78897917 type : string
7918+ transcriptionName :
7919+ description : The programmable voice API transcription name. This name could
7920+ be provided by the user when creating the transcription.
7921+ example : live_transcription
7922+ type : string
78907923 transcriptionUrl :
78917924 description : |-
78927925 A URL that may be used to retrieve the transcription itself. This points to the
@@ -7980,6 +8013,10 @@ components:
79808013 type : string
79818014 type : object
79828015 voiceApiError :
8016+ example :
8017+ description : description
8018+ id : id
8019+ type : type
79838020 properties :
79848021 type :
79858022 type : string
@@ -9838,6 +9875,10 @@ components:
98389875 description : The call id associated with the event.
98399876 example : c-15ac29a2-1331029c-2cb0-4a07-b215-b22865662d85
98409877 type : string
9878+ recordingName :
9879+ description : A name to identify this recording.
9880+ example : my-recording-name
9881+ type : string
98419882 callUrl :
98429883 description : The URL of the call associated with the event.
98439884 example : https://voice.bandwidth.com/api/v2/accounts/9900000/calls/c-15ac29a2-1331029c-2cb0-4a07-b215-b22865662d85
@@ -10067,6 +10108,9 @@ components:
1006710108 type : boolean
1006810109 type : object
1006910110 mfaRequestError :
10111+ example :
10112+ requestId : 354cc8a3-6701-461e-8fa7-8671703dd898
10113+ error : 400 Request is malformed or invalid
1007010114 properties :
1007110115 error :
1007210116 description : A message describing the error with your request.
@@ -10078,13 +10122,17 @@ components:
1007810122 type : string
1007910123 type : object
1008010124 mfaUnauthorizedRequestError :
10125+ example :
10126+ message : Unauthorized
1008110127 properties :
1008210128 message :
1008310129 description : Unauthorized
1008410130 example : Unauthorized
1008510131 type : string
1008610132 type : object
1008710133 mfaForbiddenRequestError :
10134+ example :
10135+ message : Missing Authentication Token
1008810136 properties :
1008910137 message :
1009010138 description : The message containing the reason behind the request being
@@ -10227,6 +10275,8 @@ components:
1022710275 type : string
1022810276 type : object
1022910277 tnLookupRequestError :
10278+ example :
10279+ message : example error message
1023010280 properties :
1023110281 message :
1023210282 description : A description of what validation error occurred.
0 commit comments