Queues
Update queue
Changes how a project voice queue is identified or how many callers it can hold. A new name must remain unique among the project's active queues. Queue-member positions and wait times are read through the Queue Members endpoints. The Compatibility API updates the same queues through its SID-based route.
Permissions
The API token used to authenticate must have the following scope(s) enabled to make a successful request: Voice.
Learn more about API scopes.
put/api/relay/rest/queues/{id}
Path parameters
idstring uuid required
Universal Unique Identifier.
Unique ID of the queue.
Request body
Example request
{
"name": "Name 2",
"max_size": 600
}Response
The request has succeeded.
Example response
{
"friendly_name": "test",
"max_size": 5,
"uri": "/api/relay/rest/queues/aae131db-214c-46f5-88b6-92004f8467cf"
}Changes
No changes found, but 3 of the 137 revisions have a changelog that could not be searched — this endpoint may have changed in one of them.