Update¶
Updates an existing Hire Group Campaign’s Tasks Group.
Request¶
PATCH https://ttv.microworkers.com/api/v2/hire-group-campaigns/{campaignId}/tasks-groups/{tasksGroupId}
Parameters¶
Path Parameter |
||
---|---|---|
Name |
Type |
Description |
campaignId |
string |
The ID of Campaign. |
tasksGroupId |
string |
The ID of Tasks Group. |
Request Body¶
{
"availableSlots": integer,
"skippedWorkerIds": [
string
]
}
PatchTaskGroupRequest¶
Property |
Type |
Description |
---|---|---|
availableSlots |
integer |
Number of Slots available. |
skippedWorkerIds |
array[string] |
Array of Worker IDs. There are 3 ways how Worker can get into this list:
|