lib/twilio-ruby/rest/taskrouter/v1/workspace.rb in twilio-ruby-5.60.0 vs lib/twilio-ruby/rest/taskrouter/v1/workspace.rb in twilio-ruby-5.61.0
- old
+ new
@@ -117,10 +117,12 @@
# `Customer Support` or `2014 Election Campaign`.
# @param [String] event_callback_url The URL we should call when an event occurs.
# If provided, the Workspace will publish events to this URL, for example, to
# collect data for reporting. See {Workspace
# Events}[https://www.twilio.com/docs/taskrouter/api/event] for more information.
+ # This parameter supports Twilio's {Webhooks (HTTP callbacks) Connection
+ # Overrides}[https://www.twilio.com/docs/usage/webhooks/webhooks-connection-overrides].
# @param [String] events_filter The list of Workspace events for which to call
# event_callback_url. For example, if `EventsFilter=task.created, task.canceled,
# worker.activity.update`, then TaskRouter will call event_callback_url only when
# a task is created, canceled, or a Worker activity is updated.
# @param [Boolean] multi_task_enabled Whether to enable multi-tasking. Can be:
@@ -233,11 +235,13 @@
# Update the WorkspaceInstance
# @param [String] default_activity_sid The SID of the Activity that will be used
# when new Workers are created in the Workspace.
# @param [String] event_callback_url The URL we should call when an event occurs.
# See {Workspace Events}[https://www.twilio.com/docs/taskrouter/api/event] for
- # more information.
+ # more information. This parameter supports Twilio's {Webhooks (HTTP callbacks)
+ # Connection
+ # Overrides}[https://www.twilio.com/docs/usage/webhooks/webhooks-connection-overrides].
# @param [String] events_filter The list of Workspace events for which to call
# event_callback_url. For example if
# `EventsFilter=task.created,task.canceled,worker.activity.update`, then
# TaskRouter will call event_callback_url only when a task is created, canceled,
# or a Worker activity is updated.
@@ -596,10 +600,12 @@
# Update the WorkspaceInstance
# @param [String] default_activity_sid The SID of the Activity that will be used
# when new Workers are created in the Workspace.
# @param [String] event_callback_url The URL we should call when an event occurs.
# See {Workspace Events}[https://www.twilio.com/docs/taskrouter/api/event] for
- # more information.
+ # more information. This parameter supports Twilio's {Webhooks (HTTP callbacks)
+ # Connection
+ # Overrides}[https://www.twilio.com/docs/usage/webhooks/webhooks-connection-overrides].
# @param [String] events_filter The list of Workspace events for which to call
# event_callback_url. For example if
# `EventsFilter=task.created,task.canceled,worker.activity.update`, then
# TaskRouter will call event_callback_url only when a task is created, canceled,
# or a Worker activity is updated.
\ No newline at end of file