Skip to main content
POST
Vincular um projeto filho

Authorizations

Authorization
string
header
required

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

Path Parameters

project
string
required

ID (UUID) do projeto.

Body

application/json

Projeto a vincular como filho.

child_id
string<uuid>
required

ID (UUID) do projeto que passa a ser filho.

Response

Sucesso

Confirmação do vínculo pai-filho.

response
boolean
required

Sempre true quando a operação é concluída.

data
object
required

Vínculo criado.