v2

latestOpenAPI 3.1.02026-07-262937191.0 MB
beta.skills

UpdateSkill

UpdateSkill

patch/v2/skills/{skill_id}

Path parameters

skill_idstring required

Request body

sharingScope'sharing_scope_unspecified' | 'private' | 'workspace'

Response

Success

idstring
namestring

Stable object name.

versioninteger
notesstring

Notes for this version.

aliasesstring[]

Aliases pointing to this version.

sharingScope'sharing_scope_unspecified' | 'private' | 'workspace'
createdAtstring date-time

RFC 3339 timestamp.

updatedAtstring date-time

RFC 3339 timestamp.

latestVersioninteger

Latest version number.

Example response

{
  "version": 1,
  "createdAt": "1s",
  "updatedAt": "1s",
  "latestVersion": 1
}