Developers

Change Boards Order in Stage

POST
/project/stages/{id}/boards-change-order

Change Boards Order in Stage

Authorization<token>

Value for the Authorization header parameter.

In: header

Path Parameters

id*string

BoardChangeOrder identifier

Request Body

The new BoardChangeOrder resource

TypeScript Definitions

Use the request body type in TypeScript.

ids?array<string>
Items1 <= items
withMilestones*boolean
Defaultfalse

Response Body

curl -X POST "https://example.com/project/stages/string/boards-change-order" \  -H "Content-Type: application/json" \  -d '{    "withMilestones": false  }'
Empty