Update chatbot runtime settings
PATCH/api/v1/chatbots/:chatbotId/settings
Updates the chatbot's runtime toggles: web search, unanswered-question tracking, long-term conversation memory, and short-term memory strategy. Mirrors the dashboard settings screen. Enabling long-term memory requires a Pro (or higher) plan AND authentication-required access. Disabling long-term memory, or switching the memory strategy away from 'graph', permanently deletes the stored memory and therefore requires confirmDelete: true. Only provided fields change; at least one must be present. Required scope: chatbots:write.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 429
Settings applied.
Bad Request — invalid input
Unauthorized — missing or invalid API key
Forbidden — key lacks required scope
Not Found
Too Many Requests — rate limit exceeded