SortTasksInGroupRequest (object)
| Field | Type | Description |
|---|---|---|
| ordering | integer | Set the target ordering index, all other tasks ordering will be incremented. |
| task_ids* | integer[] | array Elements integer |
Example (JSON)
{
"ordering": 0,
"task_ids": [
0
]
}