---
title: "Update Conversation"
method: PATCH
path: "/conversation"
tags: ["Conversation"]
---

# Update Conversation

`PATCH /conversation`

Update an existing conversation

## Query parameters

- `select` string
- `id` string, required
- `created_at` string
- `updated_at` string
- `organisation_id` string
- `subject` string
- `status` string
- `assignee_id` string
- `unread` string
- `channel_id` string
- `channel_type` string
- `contact_id` string
- `external_id` string
- `tags` string
- `is_spam` string
- `inbox_id` string
- `latest_message_id` string
- `latest_inbound_message_id` string
- `latest_message_created_at` string
- `latest_inbound_message_created_at` string

## Request body

- object
  - `inbox_id` string, uuid — Inbox ID
  - `assignee_id` string, uuid, nullable — Assignee ID
  - `status` 'open' | 'closed' | 'archived', public.conversation_status — Status of conversation

## Response `200`

The updated Conversation object

- Conversation
  - `id` string, uuid — Conversation ID
  - `created_at` string, timestamp with time zone — Conversation creation date
  - `updated_at` string, timestamp with time zone — Latest update
  - `organisation_id` string, uuid — Organisation ID
  - `subject` string, text, nullable — Subject of conversation
  - `status` 'open' | 'closed' | 'archived', public.conversation_status — Status of conversation
  - `assignee_id` string, uuid, nullable — Assignee ID
  - `unread` boolean, nullable — Is conversation on unread?
  - `channel_id` string, uuid — Channel ID
  - `channel_type` 'email' | 'sms' | 'whatsapp' | 'instagram' | 'facebook' | 'google_business_messaging' | 'postal', public.channel_type — Channel Type of Conversation
  - `contact_id` string, uuid, nullable — Contact ID
  - `external_id` string, text, nullable — External ID
  - `tags` object, nullable — Given tags of conversation
  - `is_spam` boolean — Is conversation marked as spam?
  - `inbox_id` string, uuid — Inbox ID
  - `latest_message_id` string, uuid, nullable — Latest message ID
  - `latest_inbound_message_id` string, uuid, nullable — Latest inbound message ID
  - `latest_message_created_at` string, timestamp with time zone, nullable — Latest message creation date
  - `latest_inbound_message_created_at` string, timestamp with time zone, nullable — Latest inbound message creation date

## Other responses

- `204` — No Content

---

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