toloka.client.TolokaClient.reject_assignment
| Source code
reject_assignment( self, assignment_id: str, public_comment: str)
Rejects an assignment.
Parameters | Type | Description |
---|---|---|
assignment_id | str | The ID of the assignment. |
public_comment | str | A public comment visible to Tolokers. |
Returns:
Assignment object with updated fields.
Return type:
Examples:
toloka_client.reject_assignment( assignment_id='00001092da--61ef030400c684132d0da0de', public_comment='Some questions skipped')
Last updated: August 28, 2023