Endpoints
Conversation - Set AI Enabled
POST
/
conversations
/
{conversation-id}
/
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
conversation-id
string
requiredID of the conversation
Body
application/json
enabled
boolean
requiredResponse
200 - application/json
success
boolean
message
string
Was this page helpful?