Edit a pool

Attention

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.

Restriction

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.

Request

Tip

Try our new API reference: more parameter details, request/response examples, and code samples in various programming languages, including the Toloka-Kit usage samples.

Production version
Sandbox
PUT https://toloka.dev/api/v1/pools/<pool_id>
Authorization: OAuth <OAuth token>
Content-Type: application/JSON
{<pool parameters, including updated ones>}

Path parameters

ParameterOverview
pool_idPool ID.

Headers

TitleOverview
AuthorizationA token for account authorization. Add OAuth as a prefix.
Content-TypeSpecifies the data format in the request body.

Request body

In the request body, specify all the pool parameters, including those that are updated.

Response

Contains updated information about the pool (see the description in the Create a pool section).

See also

Contact support
Toloka API
OverviewAccessing the APIRate limiting
Quick start
Reference
Project
Pools
Training
Subscriptions to events
Toloker selection
Ways to upload tasks
Tasks
Task suites
Tracking operations
Getting responses
Checking completed tasks
Bonuses
Messages for Tolokers
Various parameters
Libraries