---
title: "Update conversation status"
method: PUT
path: "/api/ext/v3/conversations/{target}/status"
tags: ["Conversations"]
---

# Update conversation status

`PUT /api/ext/v3/conversations/{target}/status`

## Path parameters

- `target` string, required

## Request body

- UpdateConversationStatusRequest — Request model for updating conversation status.
  - `new_status` string, required — New status of the conversation: * **`open`**: The conversation is open and active. * **`solved`**: The conversation has been resolved. * **`pending`**: The conversation is pending further action. * **`block`**: The conversation is blocked.

## Response `200`

Returns the update result.

- UpdateConversationStatusResponse — Response model for updating conversation status.
  - `result` boolean — Updated result

## Other responses

- `400` — The request is invalid.
- `401` — The request is unauthorized.
- `403` — The request is forbidden.
- `429` — Too many requests. Either the rate limit has been exceeded or usage limits have been reached.
- `500` — Unexpected error occurred. Please try again.

---

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