toloka.async_client.client.AsyncTolokaClient.update_skill
| Source code
async update_skill( self, skill_id: str, skill: Skill)
Makes changes to the skill
Parameters | Type | Description |
---|---|---|
skill_id | str | ID of the training that will be changed. |
skill | Skill | A skill object with all the fields: those that will be updated and those that will not. |
Returns:
Modified skill object with all fields.
Return type:
Examples:
toloka_client.update_skill(skill_id=old_skill_id, skill=new_skill_object)