---
title: "Update conversation messages"
method: PUT
path: "/advisor/conversations/{domain}/{id}"
tags: ["AI Advisor"]
---

# Update conversation messages

`PUT /advisor/conversations/{domain}/{id}`

Replaces the messages array of an existing conversation. Bumps last_message_at and auto-derives the title on first save.

## Path parameters

- `domain` string, required
- `id` integer, required

## Request body

- object
  - `messages` object[]

## Response `200`

Updated successfully

## Other responses

- `401` — Unauthorized
- `404` — Conversation not found
- `500` — Internal server error

---

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