The toloka.yandex.com
domain will be disabled starting April 1, 2023. Please use the toloka.dev
domain for API requests.
Edits a project.
In the request body, specify all the parameters for the project being updated. You can get the project ID from the list of projects.
PUT https://toloka.dev/api/v1/projects/<project_id>Authorization: OAuth <OAuth token>Content-Type: application/JSON{<project parameters, including updated ones>}
Parameter | Overview |
---|---|
project_id | Project ID. |
Title | Overview |
---|---|
Authorization | A token for account authorization. Add OAuth as a prefix. |
Content-Type | Specifies the data format in the request body. |
Contains updated information about the project in JSON format (see the sample project).