Update
Use this endpoint for the Queues method to modify the properties of a single call queue.
Path parameters
AccountSid
The unique identifier for the account this Queue is associated with.
Sid
The unique identifier for the queue.
Request
FriendlyName
A unique name for the queue. Must contain only alphanumeric characters and underscores.
MaxSize
The maximum number of calls that are allowed to wait in a queue. Must be a positive integer.
Response
sid
The unique identifier for the queue.
account_sid
The unique identifier for the account this Queue is associated with.
friendly_name
A description that distinguishes a queue.
max_size
The maximum number of calls that are allowed to wait in a queue. Null if no limit is set.
current_size
The number of calls currently waiting in the queue.
average_wait_time
The average wait time, in seconds, of callers in a queue.
date_created
The date and time, in RFC 2822 format, the Queue was created.
date_updated
The date and time, in RFC 2822 format, the Queue was updated.
api_version
The version of the SignalWire API.
uri
The URI of this resource, relative to the API base URL.
Request examples
Request: update the size of a queue
Change the maximum size of a call queue to 200 queue members.