Developers
API ReferenceBoard Column

Change order of tasks inside of a column

POST
/project/board-columns/{id}/tasks-change-order

Change order of tasks inside of a column

Authorization<token>

Value for the Authorization header parameter.

In: header

Path Parameters

id*string

BoardColumnTaskChangeOrder identifier

Request Body

The new BoardColumnTaskChangeOrder resource

TypeScript Definitions

Use the request body type in TypeScript.

taskIds?array<>|
Items1 <= items

Response Body

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