The toloka.yandex.com
domain will be disabled starting April 1, 2023. Please use the toloka.dev
domain for API requests.
Changes the name, comment, and access to the skill.
PUT https://toloka.dev/api/v1/skills/<id>Authorization: OAuth <OAuth token>Content-Type: application/JSON{<skill parameters, including updated ones>}
Parameter | Overview |
---|---|
id | Skill ID. |
Title | Overview |
---|---|
Authorization | A token for account authorization. Add OAuth as a prefix. |
Content-Type | Specifies the data format in the request body. |
In the request body, specify all the skill parameters, including those that are updated.
Contains updated information about the skill (see the description in the Create a skill section).