Update a chatbot
PATCH/api/v1/chatbots/:chatbotId
Partial update of chatbot configuration fields. Only top-level scalar/object fields accepted; nested arrays are replaced wholesale (not merged). Required scope: chatbots:write. The response chatbot field may be null if the document was deleted concurrently during the update (write-then-read race).
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 429
Update applied. chatbot is null only on a concurrent-delete race.
Bad Request — invalid input
Unauthorized — missing or invalid API key
Forbidden — key lacks required scope
Not Found
Too Many Requests — rate limit exceeded