---
title: "Update conversation"
method: POST
path: "/conversations/{conversation_id}"
tags: ["Messages"]
deprecated: true
---

# Update conversation

`POST /conversations/{conversation_id}`

> **Deprecated.**

Please use POST /conversations/{conversation_id}/read or PATCH /conversations/{conversation_id} instead.

The only updatable field is "is_read". It will be set for the user
that performs the request ("is_read" may have different values for different
users).

## Path parameters

- `conversation_id` integer, required — The id of the conversation to update

## Request body

- object — Request body to update a Post
  - `is_read` boolean — Whether the last message received was read. This property is scoped to the user who performs the request. Multiple users can have a different is_read status for the same conversation.

## Response `200`

OK

- object
  - `status` 'success'

## Other responses

- `401` — You are not authenticated
- `403` — You are not allowed to perform this action

---

[API](https://skmtc.net/partoo/apis/partoo-rest-api.md) · [All operations](https://skmtc.net/partoo/apis/partoo-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/partoo/partoo-rest-api/versions/3652d8b1a8b3/schema)
