---
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

## Changes

> 70 revisions in range; 61 could not be searched.

- **2026-04-21** `55cdc040840c` — 1 breaking
  - api path removed without deprecation
- **2026-04-13** `74f4b05ea2ad` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/verifywise-ai/apis/verifywise-api/changes/advisor/conversations/:domain/:id/put.md)

---

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