Skip to main content
PATCH
Update a conversation's metadata

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

conversation
string
required

Body

application/json

Partial update of a conversation's metadata (ADR-AHK8YT).

A persona binding may be changed mid-conversation, including cleared by sending null. ADR-AHK8YT resolves the persona per turn rather than baking it into stored history, so a rebind changes only subsequent turns and leaves the existing transcript exactly as it was produced.

title
string | null
Maximum string length: 255
phi_mode
enum<string>
Available options:
allow,
redact,
block
agent_version_id
string | null
Maximum string length: 64
archived
boolean

Response

The updated conversation.

The response is of type object.