---
title: "Update Message"
method: PATCH
path: "/conversations/{conversation_id}/messages/{message_id}"
tags: ["conversations"]
---

# Update Message

`PATCH /conversations/{conversation_id}/messages/{message_id}`

Update a specific message in a conversation (e.g., add document_id)

## Path parameters

- `conversation_id` string, uuid, required
- `message_id` string, required

## Request body

- MessageUpdate — For updating a specific message in a conversation
  - `document_id` string, nullable
  - `content` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/tryscott/apis/one-shot-api.md) · [All operations](https://skmtc.net/tryscott/apis/one-shot-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tryscott/one-shot-api/versions/28bdface01df/schema)
