lib/twilio-ruby/rest/chat/v2/service/channel/invite.rb in twilio-ruby-5.45.1 vs lib/twilio-ruby/rest/chat/v2/service/channel/invite.rb in twilio-ruby-5.46.0
- old
+ new
@@ -56,11 +56,11 @@
##
# Lists InviteInstance records from the API as a list.
# Unlike stream(), this operation is eager and will load `limit` records into
# memory before returning.
- # @param [String] identity The
+ # @param [Array[String]] identity The
# {User}[https://www.twilio.com/docs/chat/rest/user-resource]'s `identity` value
# of the resources to read. See {access
# tokens}[https://www.twilio.com/docs/chat/create-tokens] for more details.
# @param [Integer] limit Upper limit for the number of records to return. stream()
# guarantees to never return more than limit. Default is no limit
@@ -75,11 +75,11 @@
##
# Streams InviteInstance records from the API as an Enumerable.
# This operation lazily loads records as efficiently as possible until the limit
# is reached.
- # @param [String] identity The
+ # @param [Array[String]] identity The
# {User}[https://www.twilio.com/docs/chat/rest/user-resource]'s `identity` value
# of the resources to read. See {access
# tokens}[https://www.twilio.com/docs/chat/create-tokens] for more details.
# @param [Integer] limit Upper limit for the number of records to return. stream()
# guarantees to never return more than limit. Default is no limit.
@@ -111,10 +111,10 @@
end
##
# Retrieve a single page of InviteInstance records from the API.
# Request is executed immediately.
- # @param [String] identity The
+ # @param [Array[String]] identity The
# {User}[https://www.twilio.com/docs/chat/rest/user-resource]'s `identity` value
# of the resources to read. See {access
# tokens}[https://www.twilio.com/docs/chat/create-tokens] for more details.
# @param [String] page_token PageToken provided by the API
# @param [Integer] page_number Page Number, this value is simply for client state
\ No newline at end of file