lib/twilio-ruby/rest/taskrouter/v1/workspace.rb in twilio-ruby-5.40.3 vs lib/twilio-ruby/rest/taskrouter/v1/workspace.rb in twilio-ruby-5.40.4

- old
+ new

@@ -115,12 +115,12 @@ # @param [String] friendly_name A descriptive string that you create to describe # the Workspace resource. It can be up to 64 characters long. For example: # `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. + # collect data for reporting. See {Workspace + # Events}[https://www.twilio.com/docs/taskrouter/api/event] for more information. # @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. @@ -231,11 +231,11 @@ ## # 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 + # See {Workspace Events}[https://www.twilio.com/docs/taskrouter/api/event] for # more information. # @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, @@ -590,10 +590,10 @@ ## # 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 + # See {Workspace Events}[https://www.twilio.com/docs/taskrouter/api/event] for # more information. # @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, \ No newline at end of file