cURL
curl --request PUT \ --url https://api.olie.ai/api/management/projects/{project}/hierarchy/move-to-parent \ --header 'Authorization: Bearer <token>'
Move um projeto para ser filho de outro projeto, alterando sua posição na hierarquia.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
200
Was this page helpful?