lib/twilio-ruby/rest/ip_messaging/v2/service/channel.rb in twilio-ruby-5.26.0 vs lib/twilio-ruby/rest/ip_messaging/v2/service/channel.rb in twilio-ruby-5.27.0
- old
+ new
@@ -14,12 +14,12 @@
class ChannelList < ListResource
##
# Initialize the ChannelList
# @param [Version] version Version that contains the resource
# @param [String] service_sid The SID of the
- # [Service](https://www.twilio.com/docs/chat/rest/services) the Channel resource
- # is associated with.
+ # [Service](https://www.twilio.com/docs/chat/rest/service-resource) the Channel
+ # resource is associated with.
# @return [ChannelList] ChannelList
def initialize(version, service_sid: nil)
super(version)
# Path Solution
@@ -201,12 +201,12 @@
class ChannelContext < InstanceContext
##
# Initialize the ChannelContext
# @param [Version] version Version that contains the resource
# @param [String] service_sid The SID of the
- # [Service](https://www.twilio.com/docs/chat/rest/services) to fetch the Channel
- # resource from.
+ # [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the
+ # Channel resource from.
# @param [String] sid The SID of the Channel resource to fetch. This value can be
# either the `sid` or the `unique_name` of the Channel resource to fetch.
# @return [ChannelContext] ChannelContext
def initialize(version, service_sid, sid)
super(version)
@@ -391,11 +391,11 @@
##
# Initialize the ChannelInstance
# @param [Version] version Version that contains the resource
# @param [Hash] payload payload that contains response from Twilio
# @param [String] service_sid The SID of the
- # [Service](https://www.twilio.com/docs/chat/rest/services) the Channel resource
- # is associated with.
+ # [Service](https://www.twilio.com/docs/chat/rest/service-resource) the Channel
+ # resource is associated with.
# @param [String] sid The SID of the Channel resource to fetch. This value can be
# either the `sid` or the `unique_name` of the Channel resource to fetch.
# @return [ChannelInstance] ChannelInstance
def initialize(version, payload, service_sid: nil, sid: nil)
super(version)
\ No newline at end of file