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
Skill ID to update.
New workspace-unique display name. Omit to keep the current name. Must start with a letter and may contain letters, numbers, and underscores. Dashes and dots are not allowed because skill names are referenced as template variables.
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.