Patch Conversation
Edit a conversation’s summary, userdata or metadata.
Writing userdata changes what the agent sees as {{userdata.field}} on the
next turn — the way to correct or preload what it knows from outside a call.
It belongs to the contact, so it reaches every conversation with them, not
just this one. Each field you send replaces that whole object; omitted fields
are left alone.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
Response
Successful Response
One conversation, and the contact it belongs to.
id identifies THIS conversation. contact_key identifies the caller or
endpoint it is with, and is shared by every conversation with them - use it
to list a contact's whole history (GET /v1/conversations?contact_key=…).
The contact this conversation belongs to: key, binding, and what we know.