---
title: "Bulk update task statuses"
method: PUT
path: "/api/tasks"
tags: ["Tasks"]
---

# Bulk update task statuses

`PUT /api/tasks`

## Request body

- object
  - `tasks` object[], required
    - `id` integer, required
    - `status` 'inbox' | 'assigned' | 'in_progress' | 'quality_review' | 'done', required

## Response `200`

Tasks updated

- object
  - `success` boolean
  - `updated` integer

## Other responses

- `400` — Invalid request
- `401` — Authentication required
- `403` — Insufficient permissions
- `429` — Rate limit exceeded

## Changes

- **2026-03-02** `39aff788d955` — 4 info
  - added the media type `application/json` for the response with the status `400`
  - added the media type `application/json` for the response with the status `401`
  - added the media type `application/json` for the response with the status `403`
  - added the media type `application/json` for the response with the status `429`

[Change history](https://skmtc.dev/builderz-labs/apis/mission-control-api/changes/api/tasks/put.md)

---

[API](https://skmtc.dev/builderz-labs/apis/mission-control-api.md) · [All operations](https://skmtc.dev/builderz-labs/apis/mission-control-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/builderz-labs/mission-control-api/revisions/b920835b2793/schema)
