cURL
curl --request PATCH \ --url https://sitegpt.ai/api/v0/chatbots/{chatbotId}/settings/advanced \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "creativity": "conservative", "temperature": 1, "topK": 3, "webhookUrl": "https://example.com", "webhookToken": "abc123" }'
200
Success
{ "success": true, "message": "Updated advanced settings of the chatbot successfully", "data": {}}
Update advanced 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 advanced settings of the chatbot
Request Body
OK
Success Response
Was this page helpful?