cURL
curl --request PATCH \ --url https://sitegpt.ai/api/v0/chatbots/{chatbotId}/settings/chat-mode \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "chatMode": "AI" }'
200
Success
{ "success": true, "message": "Updated chat mode settings of the chatbot successfully", "data": {} }
Update chat-mode settings of the chatbot
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Id of the chatbot
Request body to update chat-mode settings of the chatbot
Request Body
OK
Success Response
Was this page helpful?