---
title: "Bulk element state change (done / pending / archive / assign)"
method: PATCH
path: "/api/v1/workspaces/{workspace_id}/inbox/elements"
tags: ["📥 Inbox: Items"]
---

# Bulk element state change (done / pending / archive / assign)

`PATCH /api/v1/workspaces/{workspace_id}/inbox/elements`

## Path parameters

- `workspace_id` string, required

## Request body

- object
  - `element_refs` string[], required
  - `status` 'done' | 'pending'
  - `archived` boolean
  - `assigned` boolean
  - `assigned_to` object

## Response `200`

All elements updated

## Other responses

- `207` — Partial success — see missing_ids
- `422` — Validation error, or not exactly one operation supplied
- `502` — Inbox service unavailable

---

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