API ReferenceStage
Change Boards Order in Stage
Change Boards Order in Stage
Authorization
apiKey Authorization<token>
Value for the Authorization header parameter.
In: header
Path Parameters
id*string
BoardChangeOrder identifier
The new BoardChangeOrder resource
TypeScript Definitions
Use the request body type in TypeScript.
ids?array<string>
Items
1 <= itemswithMilestones*boolean
Default
falseResponse Body
curl -X POST "https://example.com/project/stages/string/boards-change-order" \ -H "Content-Type: application/json" \ -d '{ "withMilestones": false }'Empty
