Skip to main content
POST
/
v1
/
orgs
/
{orgId}
/
skill-hubs
Create skill hub
curl --request POST \
  --url https://api.openworklabs.com/v1/orgs/{orgId}/skill-hubs \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "description": "<string>"
}
'
{
  "skillHub": {}
}

Path Parameters

orgId
string<typeid>
required

Den TypeID with 'org_' prefix and a 26-character base32 suffix.

Required string length: 30
Pattern: ^org_.*

Body

application/json
name
string
required
Required string length: 1 - 255
description
string | null
Maximum string length: 65535

Response

Skill hub created successfully.

skillHub
object
required