Skills
Skills API
📄️ Lists skills
Lists all skills the user has access to via OData
📄️ Create skill
Creates a new empty skill. You need the `Creator` role to call this api.
📄️ Get skill
Gets a specific skill by its `id`. You need to be a `Contributor` to call this api.
📄️ Delete skill
Delete the skill specified by its `id`. You need the `Creator` role or be the creator to call this api.
📄️ Publish skill
Publish the skill specified by its `id`. You need to be a `Contributor` to call this api.
📄️ Retire skill
Retire a previously published skill by specifying its `id`. You need to be a `Contributor` to call this api.