Edit a skill
Changes the name, comment, and access to the skill.
Request
PUT https://toloka.yandex.com/api/v1/skills/<skill id>
Authorization: OAuth <OAuth token>
Content-Type: application/JSON
{<skill parameters, including updated ones>}
PUT https://sandbox.toloka.yandex.com/api/v1/skills/<skill id>
Authorization: OAuth <OAuth token>
Content-Type: application/JSON
{<skill parameters, including updated ones>}
Path parameters
Parameter | Overview |
---|---|
skill_id | Skill ID. |
Parameter | Overview |
---|---|
skill_id | Skill ID. |
Headers
Title | Overview |
---|---|
Authorization | A token for account authorization. Add OAuth as a prefix. |
Content-Type | Specifies the data format in the request body. |
Title | Overview |
---|---|
Authorization | A token for account authorization. Add OAuth as a prefix. |
Content-Type | Specifies the data format in the request body. |
Request body
In the request body, specify all the skill parameters, including those that are updated.
Response
Contains updated information about the skill (see the description in the Create a skill section).