---
title: "Conversations List Update"
method: PUT
path: "/agents/conversations/list/"
tags: ["agents"]
---

# Conversations List Update

`PUT /agents/conversations/list/`

PUT handler with superadmin lock and field protection.

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

## Headers

- `Authorization` string, required

## Response `200`

- ConversationList
  - `id` string, required
  - `title` string, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

---

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