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