update_skill

toloka.async_client.client.AsyncTolokaClient.update_skill | Source code

async update_skill(
self,
skill_id: str,
skill: Skill
)

Makes changes to the skill

Parameters Description

ParametersTypeDescription
skill_idstr

ID of the training that will be changed.

skillSkill

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:

    Skill

Examples:

toloka_client.update_skill(skill_id=old_skill_id, skill=new_skill_object)
Toloka-Kit
OverviewGetting OAuth tokenQuick start
Recipes
Reference
toloka.client
toloka.async_client
toloka.autoquality [autoquality]
toloka.metrics
toloka.streaming