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