Conversations
Enable/Disable AI for Conversation
POST
/
conversations
/
{conversationId}
/
set-ai-enabled
Example JS Code to Enable or Disable AI
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
conversationId
string
requiredID of the conversation for which the AI state will be changed.
Body
application/json
enabled
boolean
requiredDefines the new AI state. true
to enable, false
to disable.
Response
200 - application/json
success
boolean
message
string
Was this page helpful?