Developers
API ReferenceMilestone

Change Parent and sorting inside the parent

POST
/project/milestones/{id}/change-order-parent

Change Parent and sorting inside the parent

Authorization<token>

Value for the Authorization header parameter.

In: header

Path Parameters

id*string

MilestoneChangeOrder identifier

Request Body

The new MilestoneChangeOrder resource

TypeScript Definitions

Use the request body type in TypeScript.

parentId*string
Formatuuid
parentType*string

Value in

  • "project"
  • "stage"
childrenIds?array<>
Items1 <= items

Response 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