cURL
curl --request POST \ --url https://control-plane.kubiya.ai/api/v1/projects/{project_id}/teams \ --header 'Content-Type: application/json' \ --data '{ "team_id": "<string>", "role": "<string>" }'
"<any>"
Add a team to a project
Team UUID to add to project
Team role in project
Successful Response
The response is of type any.
any
Was this page helpful?