toloka.client.TolokaClient.unarchive_app_project | Source code
unarchive_app_project(self, app_project_id: str)Unarchives an App project.
Previous project status, which was before archiving, is restored.
| Parameters | Type | Description |
|---|---|---|
app_project_id | str | The ID of the project. |
Returns:
The App project with updated status.
Return type:
Examples:
toloka_client.unarchive_app_project('Q2d15QBjpwWuDz8Z321g')Last updated: August 28, 2023