Developers
API ReferenceTask Checklist

Change order of checklists inside of a task

POST
/project/tasks/{id}/task-checklists-change-order

Change order of checklists inside of a task

Authorization<token>

Value for the Authorization header parameter.

In: header

Path Parameters

id*string

TaskChecklistChangeOrder identifier

Request Body

The new TaskChecklistChangeOrder resource

TypeScript Definitions

Use the request body type in TypeScript.

checklistIds?array<>|
Items1 <= items

Response Body

curl -X POST "https://example.com/project/tasks/string/task-checklists-change-order" \  -H "Content-Type: application/json" \  -d '{}'
Empty