lib/twilio-ruby/rest/ip_messaging/v2/service.rb in twilio-ruby-5.26.0 vs lib/twilio-ruby/rest/ip_messaging/v2/service.rb in twilio-ruby-5.27.0
- old
+ new
@@ -205,17 +205,20 @@
# Update the ServiceInstance
# @param [String] friendly_name A descriptive string that you create to describe
# the resource.
# @param [String] default_service_role_sid The service role assigned to users when
# they are added to the service. See the [Role
- # resource](https://www.twilio.com/docs/chat/api/roles) for more info about roles.
+ # resource](https://www.twilio.com/docs/chat/rest/role-resource) for more info
+ # about roles.
# @param [String] default_channel_role_sid The channel role assigned to users when
# they are added to a channel. See the [Role
- # resource](https://www.twilio.com/docs/chat/api/roles) for more info about roles.
+ # resource](https://www.twilio.com/docs/chat/rest/role-resource) for more info
+ # about roles.
# @param [String] default_channel_creator_role_sid The channel role assigned to a
# channel creator when they join a new channel. See the [Role
- # resource](https://www.twilio.com/docs/chat/api/roles) for more info about roles.
+ # resource](https://www.twilio.com/docs/chat/rest/role-resource) for more info
+ # about roles.
# @param [Boolean] read_status_enabled Whether to enable the [Message Consumption
# Horizon](https://www.twilio.com/docs/chat/consumption-horizon) feature. The
# default is `true`.
# @param [Boolean] reachability_enabled Whether to enable the [Reachability
# Indicator](https://www.twilio.com/docs/chat/reachability-indicator) for this
@@ -630,16 +633,19 @@
# Update the ServiceInstance
# @param [String] friendly_name A descriptive string that you create to describe
# the resource.
# @param [String] default_service_role_sid The service role assigned to users when
# they are added to the service. See the [Role
- # resource](https://www.twilio.com/docs/chat/api/roles) for more info about roles.
+ # resource](https://www.twilio.com/docs/chat/rest/role-resource) for more info
+ # about roles.
# @param [String] default_channel_role_sid The channel role assigned to users when
# they are added to a channel. See the [Role
- # resource](https://www.twilio.com/docs/chat/api/roles) for more info about roles.
+ # resource](https://www.twilio.com/docs/chat/rest/role-resource) for more info
+ # about roles.
# @param [String] default_channel_creator_role_sid The channel role assigned to a
# channel creator when they join a new channel. See the [Role
- # resource](https://www.twilio.com/docs/chat/api/roles) for more info about roles.
+ # resource](https://www.twilio.com/docs/chat/rest/role-resource) for more info
+ # about roles.
# @param [Boolean] read_status_enabled Whether to enable the [Message Consumption
# Horizon](https://www.twilio.com/docs/chat/consumption-horizon) feature. The
# default is `true`.
# @param [Boolean] reachability_enabled Whether to enable the [Reachability
# Indicator](https://www.twilio.com/docs/chat/reachability-indicator) for this
\ No newline at end of file