Assign a skill to a genie

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

Authentication

AuthorizationBearer

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

Path parameters

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

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