Adds projects to the specified team.

<Check title="Required Permissions" icon="key">The user must have `project-master-data:write` permissions or be the owner of the projects.</Check>

Authentication

AuthorizationBearer

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

Path parameters

teamIdstringRequiredformat: "uuid"
The id of the team.

Request

The model with the list of project ids to add.

Response

OK
projectIdstring or nullformat: "uuid"
The id of the project.
teamIdstring or nullformat: "uuid"
The id of the team.

Errors