Skip to main content

Update a knowledge scope

PATCH 

/api/v1/chatbots/:chatbotId/scopes/:scopeId

Partial update of ONE knowledge scope. Only the supplied fields change; absent fields (including costLimit, authorizedEmails, authorizedDomains) are preserved server-side. null on an optional field clears it; [] clears an array; costLimit is replaced atomically. id is immutable (ignored). Required scope: chatbots:write.

Request

Responses

Scope updated.