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
- 200
- 400
- 401
- 403
- 404
- 429
Skill updated.
Bad Request — invalid input
Unauthorized — missing or invalid API key
Forbidden — key lacks required scope
Not Found
Too Many Requests — rate limit exceeded