cURL
curl --request POST \ --url https://api.olie.ai/api/management/projects/{project}/hierarchy/attach-child \ --header 'Authorization: Bearer <token>'
Vincula um projeto como filho de outro projeto, criando uma relação de hierarquia pai-filho.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
200
Was this page helpful?