---
title: "Update a specific inbox thread"
method: PUT
path: "/brands/{brand_id}/inbox-threads/{id}"
tags: ["Inbox"]
---

# Update a specific inbox thread

`PUT /brands/{brand_id}/inbox-threads/{id}`

## Path parameters

- `brand_id` integer, required
- `id` integer, required

## Request body

- InboxThreadUpsertRequest — Request body for updating an inbox thread.

## Response `200`

Inbox thread updated successfully.

- InboxThread
  - `_id` string, nullable
  - `contact_id` integer, nullable
  - `_brand_id` integer, nullable
  - `status` string, nullable
  - `unread` integer, nullable
  - `_assigned_to_user_id` integer, nullable
  - `created` string, nullable

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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