Skip to main content
POST
/
api
/
management
/
projects
/
{project}
/
hierarchy
/
attach-child
Vincular um projeto como filho de outro projeto
curl --request POST \
  --url https://api.olie.ai/api/management/projects/{project}/hierarchy/attach-child \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project
string
required

Response

200

200