API ReferenceMilestone
Change Parent and sorting inside the parent
Change Parent and sorting inside the parent
Authorization
apiKey Authorization<token>
Value for the Authorization header parameter.
In: header
Path Parameters
id*string
MilestoneChangeOrder identifier
The new MilestoneChangeOrder resource
TypeScript Definitions
Use the request body type in TypeScript.
parentId*string
Format
uuidparentType*string
Value in
- "project"
- "stage"
childrenIds?array<>
Items
1 <= itemsResponse Body
curl -X POST "https://example.com/project/milestones/string/change-order-parent" \ -H "Content-Type: application/json" \ -d '{ "parentId": "70850378-7d3c-4f45-91b7-942d4dfbbd43", "parentType": "project" }'Empty
