Skip to main content

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

Update applied. chatbot is null only on a concurrent-delete race.