---
title: "Update inbox"
method: PATCH
path: "/inboxes/{inbox_id}"
tags: ["inboxes"]
---

# Update inbox

`PATCH /inboxes/{inbox_id}`

Update the given inbox with the provided arguments

**Permission required:** view_list

## Headers

- `X-Fields` string, mask

## Request body

- InboxModelPatch
  - `name` string
  - `project` string

## Response `200`

Success

- InboxModelGet
  - `name` string, required
  - `project` string, required
  - `id` string, required

## Other responses

- `403` — Permission insufficient
- `404` — Not Found

---

[API](https://skmtc.net/contractp/apis/contract-p.md) · [All operations](https://skmtc.net/contractp/apis/contract-p/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/contractp/contract-p/revisions/8ce53ebd6bd3/schema)
