Update a skill
Skills
Update a skill
Edit a skill’s content.
PUT
Update a skill
Updates an existing skill. This is a full replacement of the Skill object. The
name must match the URL identifier: renames are not supported.
Returns the updated Skill object.
Path parameters
The skill’s
name (e.g. extract-table-data or myorg/web-helper). Slash-containing names are supported.Request body
A full replacement of the Skill object. Thename in the body must equal the URL identifier. Because this replaces the resource, resend a field’s current value to keep it unchanged.
Examples
Response
Errors
| Status | Cause |
|---|---|
400 | The name in the body does not match the URL identifier (renames are not supported). |
403 | The skill is reserved (h/) and you are not an H employee. |
404 | Skill not found or you don’t have access. |
422 | Body fails validation; common cases: empty body. |