Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.55 KB

UpdateCall.md

File metadata and controls

19 lines (15 loc) · 1.55 KB

Bandwidth.Standard.Model.UpdateCall

Properties

Name Type Description Notes
State CallStateEnum [optional]
RedirectUrl string The URL to send the Redirect event to which will provide new BXML. Required if `state` is `active`. Not allowed if `state` is `completed`. [optional]
RedirectMethod RedirectMethodEnum [optional]
Username string Basic auth username. [optional]
Password string Basic auth password. [optional]
RedirectFallbackUrl string A fallback url which, if provided, will be used to retry the redirect callback delivery in case `redirectUrl` fails to respond. [optional]
RedirectFallbackMethod RedirectMethodEnum [optional]
FallbackUsername string Basic auth username. [optional]
FallbackPassword string Basic auth password. [optional]
Tag string A custom string that will be sent with this and all future callbacks unless overwritten by a future `tag` attribute or `<Tag>` verb, or cleared. May be cleared by setting `tag=&quot;&quot;`. Max length 256 characters. Not allowed if `state` is `completed`. [optional]

[Back to Model list] [Back to API list] [Back to README]