---
title: "Conversations Update"
method: PUT
path: "/agents/conversations/{id}/"
tags: ["agents"]
---

# Conversations Update

`PUT /agents/conversations/{id}/`

PUT handler with superadmin lock and field protection.

Same as patch() - checks lock and field protection before delegating.

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Request body

- ConversationUpdateRequest
  - `title` string

## Response `200`

- ConversationUpdate
  - `title` string

---

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