cURL
curl --request POST \ --url https://api.openworklabs.com/v1/orgs/{orgId}/skill-hubs \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>" } '
{ "skillHub": {} }
Creates a skill hub that can group skills and assign access to specific members or teams.
Den TypeID with 'org_' prefix and a 26-character base32 suffix.
30
^org_.*
1 - 255
65535
Skill hub created successfully.
Show child attributes