---
title: "Update a Queue"
method: POST
path: "/Accounts/{AccountSid}/Queues/{Sid}"
tags: ["Queues"]
---

# Update a Queue

`POST /Accounts/{AccountSid}/Queues/{Sid}`

Modify the properties of a call queue. Queue names must be unique among active queues within an account. Deleted queue names can be reused.

#### 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](/platform/dashboard/getting-started/your-signalwire-api-space#api-token-scopes).

## Path parameters

- `AccountSid` string, uuid, required
- `Sid` string, uuid, required

## Response `200`

The request has succeeded.

- QueueResponse — Response containing a single queue.
  - `sid` string, uuid, required — The unique identifier for the queue.
  - `account_sid` string, uuid, required — The unique identifier for the account this Queue is associated with.
  - `friendly_name` string, required — A description that distinguishes a queue.
  - `max_size` integer, nullable, required — The maximum number of calls that are allowed to wait in a queue. Null if no limit is set.
  - `current_size` integer, required — The number of calls currently waiting in the queue.
  - `average_wait_time` integer, required — The average wait time, in seconds, of callers in a queue.
  - `date_created` string, required — The date and time, in RFC 2822 format, the Queue was created.
  - `date_updated` string, required — The date and time, in RFC 2822 format, the Queue was updated.
  - `api_version` string, required — The version of the SignalWire API.
  - `uri` string, required — The URI of this resource, relative to the API base URL.

## Other responses

- `400` — The request was invalid or cannot be processed. Check the error details for more information.
- `401` — Authentication failed. Please verify your credentials and try again.
- `404` — The requested resource was not found. Please verify the resource identifier.
- `422` — The request could not be processed due to validation errors. Check the error details for more information.

## Changes

- **2026-01-19** `d5fbaaddfa3e` — 7 breaking, 2 warning, 12 info
  - the `FriendlyName` request property's minLength was increased from `0` to `1`
  - added the pattern `^\w+$` to the request property `FriendlyName`
  - the `MaxSize` request property type changed from `string` to `integer`, and format from no format to `int32`
  - the response property `max_size` became nullable for the status `200`
  - …17 more
- **2026-01-15** `07f73f74a61d` — 1 breaking, 1 info
  - removed the media type `application/json` from the request body
  - added the media type `application/x-www-form-urlencoded` to the request body
- **2026-01-15** `3c88f14db21e` — 4 breaking, 3 info
  - added the new path request parameter `AccountSid`
  - added the new path request parameter `Sid`
  - removed the media type `application/x-www-form-urlencoded` from the request body
  - the `average_wait_time` response's property format changed from `uuid` to no format for status `200`
  - …3 more

[Change history](https://skmtc.dev/signalwire/apis/compatibility-api/changes/Accounts/:AccountSid/Queues/:Sid/post.md)

---

[API](https://skmtc.dev/signalwire/apis/compatibility-api.md) · [All operations](https://skmtc.dev/signalwire/apis/compatibility-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/signalwire/compatibility-api/revisions/8891278c1908/schema)
