Update a skill
Updates mutable skill fields. Omitted optional fields keep their current values. Repeated fields such as tags replace the existing collection when provided.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Skill ID to update.
Body
New workspace-unique display name. Must start with a letter and may contain letters, numbers, dashes, and underscores. Dots are not allowed.
^[A-Za-z][A-Za-z0-9]*(?:[_-][A-Za-z0-9]+)*$New description. Omit to keep the current description.
Replacement tag list. Leave empty to clear tags.
New project path. Omit to keep the current path.
New instruction body. Omit to keep the current instructions.
New containing project. Omit to keep the current project.
Response
OK
Updated skill.