cURL
curl --request POST \ --url https://api.olie.ai/api/management/project-groups/{project_group}/projects \ --header 'Authorization: Bearer <token>'
Associa um projeto existente a um grupo de projetos. O projeto é adicionado ao final da lista do grupo.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
200
Was this page helpful?