Skip to main content

Update a skill

PATCH 

/api/v1/chatbots/:chatbotId/skills/:skillId

Partial update of a skill. Can update: name, description, body, enabled, mode, linkedServerIds, linkedAgentIds. Immutable fields (id, createdAt, source, sourceServerId) are ignored in the request body. Name must remain unique within the chatbot. Required scope: skills:write.

Request

Responses

Skill updated.