cURL
curl --request PATCH \ --url https://sitegpt.ai/api/v0/chatbots/{chatbotId}/settings/general \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "chatbotDescription": "This is a test chatbot", "disableSmartFollowUpPrompts": false, "smartFollowUpPromptsCount": 3, "disableLeadNotifications": true, "historyCount": 4, "gptModel": "gpt-3.5-turbo" }'
200
Success
{ "success": true, "message": "Updated general settings of the chatbot successfully", "data": {}}
Update general 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 general settings of the chatbot
Request Body
OK
Success Response
Was this page helpful?