cURL
curl --request POST \ --url {schemes}://api.upsun.com/teams/{team_id}/project-access \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' [ { "project_id": "<string>" } ] '
{ "error": "<string>" }
Adds the team to one or more specified projects.
A valid request URL is required to generate request examples
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the team.
ID of the project.
No Content
Was this page helpful?