API ReferenceProject
Change Stages Order in Project
Change Stages Order in Project
Authorization
apiKey Authorization<token>
Value for the Authorization header parameter.
In: header
Path Parameters
id*string
StageChangeOrder identifier
The new StageChangeOrder 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/projects/string/stages-change-order" \ -H "Content-Type: application/json" \ -d '{ "withMilestones": false }'Empty
