curl --request POST \
--url https://api.openworklabs.com/v1/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.
curl --request POST \
--url https://api.openworklabs.com/v1/skill-hubs \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"description": "<string>"
}
'{
"skillHub": {}
}Was this page helpful?