curl --request PATCH \
--url https://api.openworklabs.com/v1/skill-hubs/{skillHubId} \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"description": "<string>"
}
'{
"skillHub": {}
}Updates a skill hub’s display name or description.
curl --request PATCH \
--url https://api.openworklabs.com/v1/skill-hubs/{skillHubId} \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"description": "<string>"
}
'{
"skillHub": {}
}Den TypeID with 'shb_' prefix and a 26-character base32 suffix.
30^shb_.*Skill hub updated successfully.
Show child attributes
Was this page helpful?