You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add status_url & status_events.
Add externalDocs, tag metadata, and info in spec.
* spelling fix in `ChargeDetails` tsp model
* grammar fix in `paramsDescription` in requests.tsp
* spec updates
---------
Co-authored-by: hey-august <[email protected]>
@doc("The Fallback URL to handle the call. This parameter allows you to specify a backup webhook or different route in your code containing SWML instructions for handling the call.")
121
121
@example(CallFallbackURLExample)
122
122
fallback_url?:string;
123
+
124
+
@doc("A URL that will recieve status updates of the current call. Any call events defined in `status_events` will be delivered to the defined URL.")
125
+
@example("https://example.com/status_callback")
126
+
status_url?:url;
127
+
128
+
@doc("The call events that will be monitored and sent to the `status_url` when active.")
0 commit comments