@@ -5009,18 +5009,6 @@ components:
5009
5009
complete
5010
5010
5011
5011
and will include its result.
5012
- username :
5013
- type : string
5014
- nullable : true
5015
- description : Basic auth username.
5016
- maxLength : 1024
5017
- example : mySecretUsername
5018
- password :
5019
- type : string
5020
- nullable : true
5021
- description : Basic auth password.
5022
- maxLength : 1024
5023
- example : mySecretPassword1!
5024
5012
createCall :
5025
5013
type : object
5026
5014
required :
@@ -5089,9 +5077,17 @@ components:
5089
5077
answerMethod :
5090
5078
$ref : ' #/components/schemas/callbackMethodEnum'
5091
5079
username :
5092
- $ref : ' #/components/schemas/username'
5080
+ type : string
5081
+ nullable : true
5082
+ description : Basic auth username.
5083
+ maxLength : 1024
5084
+ example : mySecretUsername
5093
5085
password :
5094
- $ref : ' #/components/schemas/password'
5086
+ type : string
5087
+ nullable : true
5088
+ description : Basic auth password.
5089
+ maxLength : 1024
5090
+ example : mySecretPassword1!
5095
5091
answerFallbackUrl :
5096
5092
nullable : true
5097
5093
type : string
@@ -5109,9 +5105,17 @@ components:
5109
5105
answerFallbackMethod :
5110
5106
$ref : ' #/components/schemas/callbackMethodEnum'
5111
5107
fallbackUsername :
5112
- $ref : ' #/components/schemas/username'
5108
+ type : string
5109
+ nullable : true
5110
+ description : Basic auth username.
5111
+ maxLength : 1024
5112
+ example : mySecretUsername
5113
5113
fallbackPassword :
5114
- $ref : ' #/components/schemas/password'
5114
+ type : string
5115
+ nullable : true
5116
+ description : Basic auth password.
5117
+ maxLength : 1024
5118
+ example : mySecretPassword1!
5115
5119
disconnectUrl :
5116
5120
nullable : true
5117
5121
type : string
@@ -5284,13 +5288,29 @@ components:
5284
5288
example : https://myServer.com/bandwidth/webhooks/disconnect
5285
5289
description : URL to deliver the `disconnect` event webhook.
5286
5290
username :
5287
- $ref : ' #/components/schemas/username'
5291
+ type : string
5292
+ nullable : true
5293
+ description : Basic auth username.
5294
+ maxLength : 1024
5295
+ example : mySecretUsername
5288
5296
password :
5289
- $ref : ' #/components/schemas/password'
5297
+ type : string
5298
+ nullable : true
5299
+ description : Basic auth password.
5300
+ maxLength : 1024
5301
+ example : mySecretPassword1!
5290
5302
fallbackUsername :
5291
- $ref : ' #/components/schemas/username'
5303
+ type : string
5304
+ nullable : true
5305
+ description : Basic auth username.
5306
+ maxLength : 1024
5307
+ example : mySecretUsername
5292
5308
fallbackPassword :
5293
- $ref : ' #/components/schemas/password'
5309
+ type : string
5310
+ nullable : true
5311
+ description : Basic auth password.
5312
+ maxLength : 1024
5313
+ example : mySecretPassword1!
5294
5314
priority :
5295
5315
nullable : true
5296
5316
type : number
@@ -5508,9 +5528,17 @@ components:
5508
5528
redirectMethod :
5509
5529
$ref : ' #/components/schemas/redirectMethodEnum'
5510
5530
username :
5511
- $ref : ' #/components/schemas/username'
5531
+ type : string
5532
+ nullable : true
5533
+ description : Basic auth username.
5534
+ maxLength : 1024
5535
+ example : mySecretUsername
5512
5536
password :
5513
- $ref : ' #/components/schemas/password'
5537
+ type : string
5538
+ nullable : true
5539
+ description : Basic auth password.
5540
+ maxLength : 1024
5541
+ example : mySecretPassword1!
5514
5542
redirectFallbackUrl :
5515
5543
nullable : true
5516
5544
type : string
@@ -5522,9 +5550,17 @@ components:
5522
5550
redirectFallbackMethod :
5523
5551
$ref : ' #/components/schemas/redirectMethodEnum'
5524
5552
fallbackUsername :
5525
- $ref : ' #/components/schemas/username'
5553
+ type : string
5554
+ nullable : true
5555
+ description : Basic auth username.
5556
+ maxLength : 1024
5557
+ example : mySecretUsername
5526
5558
fallbackPassword :
5527
- $ref : ' #/components/schemas/password'
5559
+ type : string
5560
+ nullable : true
5561
+ description : Basic auth password.
5562
+ maxLength : 1024
5563
+ example : mySecretPassword1!
5528
5564
tag :
5529
5565
nullable : true
5530
5566
type : string
@@ -5673,9 +5709,17 @@ components:
5673
5709
redirectMethod :
5674
5710
$ref : ' #/components/schemas/redirectMethodEnum'
5675
5711
username :
5676
- $ref : ' #/components/schemas/username'
5712
+ type : string
5713
+ nullable : true
5714
+ description : Basic auth username.
5715
+ maxLength : 1024
5716
+ example : mySecretUsername
5677
5717
password :
5678
- $ref : ' #/components/schemas/password'
5718
+ type : string
5719
+ nullable : true
5720
+ description : Basic auth password.
5721
+ maxLength : 1024
5722
+ example : mySecretPassword1!
5679
5723
redirectFallbackUrl :
5680
5724
nullable : true
5681
5725
type : string
@@ -5691,9 +5735,17 @@ components:
5691
5735
redirectFallbackMethod :
5692
5736
$ref : ' #/components/schemas/redirectMethodEnum'
5693
5737
fallbackUsername :
5694
- $ref : ' #/components/schemas/username'
5738
+ type : string
5739
+ nullable : true
5740
+ description : Basic auth username.
5741
+ maxLength : 1024
5742
+ example : mySecretUsername
5695
5743
fallbackPassword :
5696
- $ref : ' #/components/schemas/password'
5744
+ type : string
5745
+ nullable : true
5746
+ description : Basic auth password.
5747
+ maxLength : 1024
5748
+ example : mySecretPassword1!
5697
5749
conferenceMember :
5698
5750
type : object
5699
5751
properties :
@@ -5926,9 +5978,17 @@ components:
5926
5978
callbackMethod :
5927
5979
$ref : ' #/components/schemas/callbackMethodEnum'
5928
5980
username :
5929
- $ref : ' #/components/schemas/username'
5981
+ type : string
5982
+ nullable : true
5983
+ description : Basic auth username.
5984
+ maxLength : 1024
5985
+ example : mySecretUsername
5930
5986
password :
5931
- $ref : ' #/components/schemas/password'
5987
+ type : string
5988
+ nullable : true
5989
+ description : Basic auth password.
5990
+ maxLength : 1024
5991
+ example : mySecretPassword1!
5932
5992
fallbackUrl :
5933
5993
nullable : true
5934
5994
type : string
@@ -5946,9 +6006,17 @@ components:
5946
6006
fallbackMethod :
5947
6007
$ref : ' #/components/schemas/callbackMethodEnum'
5948
6008
fallbackUsername :
5949
- $ref : ' #/components/schemas/username'
6009
+ type : string
6010
+ nullable : true
6011
+ description : Basic auth username.
6012
+ maxLength : 1024
6013
+ example : mySecretUsername
5950
6014
fallbackPassword :
5951
- $ref : ' #/components/schemas/password'
6015
+ type : string
6016
+ nullable : true
6017
+ description : Basic auth password.
6018
+ maxLength : 1024
6019
+ example : mySecretPassword1!
5952
6020
transcribeRecording :
5953
6021
type : object
5954
6022
properties :
@@ -5970,9 +6038,17 @@ components:
5970
6038
callbackMethod :
5971
6039
$ref : ' #/components/schemas/callbackMethodEnum'
5972
6040
username :
5973
- $ref : ' #/components/schemas/username'
6041
+ type : string
6042
+ nullable : true
6043
+ description : Basic auth username.
6044
+ maxLength : 1024
6045
+ example : mySecretUsername
5974
6046
password :
5975
- $ref : ' #/components/schemas/password'
6047
+ type : string
6048
+ nullable : true
6049
+ description : Basic auth password.
6050
+ maxLength : 1024
6051
+ example : mySecretPassword1!
5976
6052
tag :
5977
6053
$ref : ' #/components/schemas/tag'
5978
6054
callbackTimeout :
@@ -7068,7 +7144,7 @@ components:
7068
7144
originatingId :
7069
7145
type : string
7070
7146
description : (optional) A unique origination identifier.
7071
- example : null
7147
+ example : 99759086-1335-11ed-9bcf-5f7d464e91af
7072
7148
parameters :
7073
7149
accountId :
7074
7150
name : accountId
0 commit comments