The toloka.yandex.com
domain will be disabled starting July 1, 2023. Please use the toloka.dev
domain for API requests.
Makes changes to a pool.
The pool can't be edited if it's open. Close the pool before editing.
You can send a maximum of 10 requests per hour to change the pool overlap parameters values. Refer to the Rate limiting section for the complete list of the request limitations in Toloka API.
Learn about editing a training pool in the Edit a training pool section.
Try our new API reference: more parameter details, request/response examples, and code samples in various programming languages, including the Toloka-Kit usage samples.
PUT https://toloka.dev/api/v1/pools/<pool_id>Authorization: OAuth <OAuth token>Content-Type: application/JSON{<pool parameters, including updated ones>}
Parameter | Overview |
---|---|
pool_id | Pool ID. |
Title | Overview |
---|---|
Authorization | A token for account authorization. Add OAuth as a prefix. |
Content-Type | Specifies the data format in the request body. |
In the request body, specify all the pool parameters, including those that are updated.
Contains updated information about the pool (see the description in the Create a pool section).