Skip to content

Reorder tasks to a new tasklist or same task list not working #37

@green17

Description

@green17

Should the below work, we get a 400, so typically means invalid or missing required data? We have checked the ids and all seem correct.

PUT /projects/1/tasks/reorder
Payload:

{
"task_ids": [
3,
2,
1
],
"task_list_id": 1
}

https://developers.activecollab.com/api-documentation/v1/projects/elements/tasks/reorder.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions