Jupiter ERP
Account API

SortTasksInGroupRequest

Fields, types, and references to other models.

SortTasksInGroupRequest (object)

FieldTypeDescription
orderingintegerSet the target ordering index, all other tasks ordering will be incremented.
task_ids*integer[]

array

Elements

integer

Example (JSON)
{
  "ordering": 0,
  "task_ids": [
    0
  ]
}
Schema SortTasksInGroupRequest · Jupiter ERP