---
title: "Update Text Conversation By Id"
method: PATCH
path: "/api/v1/phone/text-conversations/{conversation_id}"
tags: ["Text Messages"]
---

# Update Text Conversation By Id

`PATCH /api/v1/phone/text-conversations/{conversation_id}`

## Path parameters

- `conversation_id` string, uuid, required

## Headers

- `Idempotency-Key` string, nullable

## Request body

- TextConversationUpdateRequest
  - `is_read` boolean, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error
- `4XX` — Client error with Support Agent information.
- `5XX` — Server error with Support Agent information.

---

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