curl --request POST \
--url https://api.openworklabs.com/v1/skill-hubs/{skillHubId}/skills \
--header 'Content-Type: application/json' \
--data '
{
"skillId": "<string>"
}
'{
"success": true
}Adds an existing organization skill to a skill hub so hub members can discover and use it.
curl --request POST \
--url https://api.openworklabs.com/v1/skill-hubs/{skillHubId}/skills \
--header 'Content-Type: application/json' \
--data '
{
"skillId": "<string>"
}
'{
"success": true
}Den TypeID with 'shb_' prefix and a 26-character base32 suffix.
30^shb_.*Den TypeID with 'skl_' prefix and a 26-character base32 suffix.
30^skl_.*Skill added to skill hub successfully.
Was this page helpful?