cURL
curl --request POST \ --url https://api.openworklabs.com/v1/orgs/{orgId}/skills \ --header 'Content-Type: application/json' \ --data ' { "skillText": "<string>", "shared": "org" } '
{ "skill": {} }
Creates a new skill in the organization from markdown content and optional sharing visibility.
Den TypeID with 'org_' prefix and a 26-character base32 suffix.
30
^org_.*
org
public
Skill created successfully.
Show child attributes