Create a skill

Creates a new skill.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
recipe_idintegerRequired
Recipe ID of the skill.

Response

Skill created successfully
namestring or null
The name of the skill.
descriptionstring or null
A description of the skill.
recipe_idinteger or null
Recipe ID of the skill.
folder_idstring or null
The ID of the folder where the skill resides.
project_idstring or null
The ID of the project where the skill resides.

Errors