@@ -1173,7 +1173,7 @@ paths:
11731173 [startTranscription](/docs/voice/bxml/startTranscription).
11741174
11751175
1176- Note: After the deletion is requested and a `204 ` is returned, the
1176+ Note: After the deletion is requested and a `200 ` is returned, the
11771177 transcription will not be accessible anymore. However, it is not deleted
11781178 immediately. This deletion process, while transparent and irreversible,
11791179 can take an additional 24 to 48 hours.
@@ -1183,7 +1183,7 @@ paths:
11831183 - $ref : ' #/components/parameters/callId'
11841184 - $ref : ' #/components/parameters/transcriptionId'
11851185 responses :
1186- ' 204 ' :
1186+ ' 200 ' :
11871187 $ref : ' #/components/responses/deleteCallTranscriptionResponse'
11881188 ' 400 ' :
11891189 $ref : ' #/components/responses/voiceBadRequestError'
@@ -2496,7 +2496,7 @@ components:
24962496 description : >-
24972497 The phone number that made the call, in E.164 format (e.g.
24982498 +15555555555).
2499- example : ' 19195554321'
2499+ example : ' + 19195554321'
25002500 direction :
25012501 $ref : ' #/components/schemas/callDirectionEnum'
25022502 state :
@@ -4139,7 +4139,7 @@ components:
41394139 accountId :
41404140 type : string
41414141 description : The user account associated with the call.
4142- example : ' 920012 '
4142+ example : ' 9900000 '
41434143 applicationId :
41444144 type : string
41454145 description : The id of the application associated with the call.
@@ -4240,7 +4240,7 @@ components:
42404240 description : >-
42414241 The phone number used as the to field of the B-leg call, in E.164 format
42424242 (e.g. +15555555555).
4243- example : +15555555555)
4243+ example : ' +15555555555'
42444244 mediaUrl :
42454245 nullable : true
42464246 type : string
@@ -4451,7 +4451,7 @@ components:
44514451 messageId :
44524452 type : string
44534453 description : Messaging API Message ID.
4454- example : 9e0df4ca-b18d-40d7-a59f-82fcdf5ae8e6
4454+ example : 1589228074636lm4k2je7j7jklbn2
44554455 verifyCodeRequest :
44564456 type : object
44574457 properties :
@@ -5787,6 +5787,7 @@ components:
57875787 answerMethod : POST
57885788 answerUrl : https://myServer.example/bandwidth/webhooks/answer
57895789 answerFallbackMethod : POST
5790+ answerFallbackUrl : https://myServer.example/bandwidth/webhooks/answerFallback
57905791 disconnectMethod : POST
57915792 disconnectUrl : https://myServer.example/bandwidth/webhooks/disconnect
57925793 username : mySecretUsername
0 commit comments