Developers

Change order of checklistsItems inside of a checklist

POST
/project/task-checklists/{id}/task-checklist-items-change-order

Change order of checklistsItems inside of a checklist

Authorization<token>

Value for the Authorization header parameter.

In: header

Path Parameters

id*string

TaskChecklistItemChangeOrder identifier

Request Body

The new TaskChecklistItemChangeOrder resource

TypeScript Definitions

Use the request body type in TypeScript.

checklistItemIds?array<>|
Items1 <= items

Response Body

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