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

skillIdstringRequired
The unique identifier for a skill.

Request

This endpoint expects an object.
namestringRequired
contentstringRequired
The skill body as markdown.
descriptionstringOptional
labelslist of stringsOptional

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.
idstring
The unique identifier for a skill.
namestring
contentstring
The skill body as markdown.
labelsset of strings

Free-form labels used to organize and discover the skill.

createdAtdatetime
updatedAtdatetime
descriptionstring