Skip to main 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

name
string
required
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. The name in the body must equal the URL identifier. Any field you omit is reset to its default, not preserved. To change individual fields without resending the rest, use Patch instead.
Request body

Examples

Response

Errors