Change pool priority
Changes the priority of a pool.
If you have multiple pools and want Tolokers to be offered one pool before another, change the pool priority. You don't need to stop the pool for that, it must have the “open” or “closed” status.
Priority is a number on a scale from 0 to 100. The larger the number, the faster the pool will be labeled compared to your other pools.
Request
Path parameters
Parameter | Overview |
---|---|
pool_id | Pool ID. |
Parameter | Overview |
---|---|
pool_id | Pool ID. |
Headers
Title | Overview |
---|---|
Authorization | A token for account authorization. Add OAuth as a prefix. |
Content-Type | Specifies the data format in the request body. |
Title | Overview |
---|---|
Authorization | A token for account authorization. Add OAuth as a prefix. |
Content-Type | Specifies the data format in the request body. |
Request body
{ "priority": <from 0 to 100> }
Copied to clipboard
Parameter | Overview |
---|---|
Priority | integer The priority of the pool in relation to other pools in the project with the same task price and set of filters. Users are assigned tasks with a higher priority first. Possible values: from By default the value is |
Parameter | Overview |
---|---|
Priority | integer The priority of the pool in relation to other pools in the project with the same task price and set of filters. Users are assigned tasks with a higher priority first. Possible values: from By default the value is |
Response
Contains updated information about the pool (see the description in the Create a pool section).