cURL
curl --request PUT \ --url https://api.olie.ai/api/management/projects/{project}/hierarchy/promote-to-root \ --header 'Authorization: Bearer <token>'
Remove um projeto de sua hierarquia atual, promovendo-o para o nível raiz (sem projeto pai).
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
200
Was this page helpful?