curl --request PATCH \
--url https://api.openworklabs.com/v1/skills/{skillId} \
--header 'Content-Type: application/json' \
--data '
{
"skillText": "<string>",
"shared": "org"
}
'{
"skill": {}
}Updates a skill’s markdown content and-or sharing visibility while keeping derived metadata in sync.
curl --request PATCH \
--url https://api.openworklabs.com/v1/skills/{skillId} \
--header 'Content-Type: application/json' \
--data '
{
"skillText": "<string>",
"shared": "org"
}
'{
"skill": {}
}Den TypeID with 'skl_' prefix and a 26-character base32 suffix.
30^skl_.*Skill updated successfully.
Show child attributes
Was this page helpful?