Update Skill
Update an existing skill's content, metadata, and labels.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
skillId
The unique identifier for a skill.
Request
This endpoint expects an object.
name
content
The skill body as markdown.
description
labels
Replaces the skill’s labels. Omit to leave the existing labels unchanged; pass an empty list to clear them.
Response
This endpoint returns an object.
id
The unique identifier for a skill.
name
content
The skill body as markdown.
labels
Free-form labels used to organize and discover the skill.
createdAt
updatedAt
description