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

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
skillText
string
required
shared
enum<string> | null
Available options:
org,
public

Response

Skill created successfully.

skill
object
required