---
title: "Bulk update statuses"
method: PUT
path: "/rest/api/3/statuses"
tags: ["Status"]
---

# Bulk update statuses

`PUT /rest/api/3/statuses`

Updates statuses by ID.

**[Permissions](#permissions) required:**

 *  *Administer projects* [project permission.](https://confluence.atlassian.com/x/yodKLg)
 *  *Administer Jira* [project permission.](https://confluence.atlassian.com/x/yodKLg)

## Request body

- StatusUpdateRequest — The list of statuses that will be updated.
  - `statuses` StatusUpdate[], required — The list of statuses that will be updated.
    - `description` string — The description of the status.
    - `id` string, required — The ID of the status.
    - `name` string, required — The name of the status.
    - `statusCategory` 'TODO' | 'IN_PROGRESS' | 'DONE', required — The category of the status.

## Response `204`

Returned if the request is successful.

- unknown

## Other responses

- `400` — Returned if the request is not valid.
- `401` — Returned if the authentication credentials are incorrect or missing, or the caller doesn't have permissions to perform the operation.
- `409` — Returned if another workflow configuration update task is ongoing.

---

[API](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-2.md) · [All operations](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-jira-cloud-platform-rest-api-2/versions/5a51740d7ab3/schema)
