lib/twilio-ruby/rest/api/v2010/account/queue.rb in twilio-ruby-5.17.0 vs lib/twilio-ruby/rest/api/v2010/account/queue.rb in twilio-ruby-5.18.0

- old
+ new

@@ -110,10 +110,10 @@ ## # Retrieve a single page of QueueInstance records from the API. # Request is executed immediately. # @param [String] friendly_name A user-provided string that identifies this queue. # @param [String] max_size The upper limit of calls allowed to be in the queue. - # The default is 100. The maximum is 1000. + # The default is 100. The maximum is 5000. # @return [QueueInstance] Newly created QueueInstance def create(friendly_name: nil, max_size: :unset) data = Twilio::Values.of({'FriendlyName' => friendly_name, 'MaxSize' => max_size, }) payload = @version.create( \ No newline at end of file