Assign a skill to a genie

Assigns skills to the genie associated with the ID you specify.

Path parameters

idstringRequired
The ID of the genie you to which you plan to assign skills.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
skill_idslist of stringsRequired
An array of skill IDs to assign to a genie.

Response

Skills assigned successfully
skillslist of objects or null
Array of skills assigned to the genie.

Errors