Update conversation metadata
Update metadata for a specific conversation.
PUT
JavaScript
Documentation Index
Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the conversation to update
Body
application/json
Metadata associated with the conversation. Set ai_disabled to true to stop AI from responding to messages (e.g., when a human agent takes over). Set to false to re-enable AI responses.
Response
Successful Update
JavaScript