Adds projects to a team.

Returns the created project in team entities. Throws BadRequestException if project ids are null or empty. Throws IllegalOperationException if projects fetched from ids failed or returned no projects. Thrwos IllegalOperationException if projects are already connected to the team. Only creates the project in team entities for projects the user has ‘write’ permissions of feature ‘project-master-data’ for or is the owner.

Required Permissions
Any authenticated user.

Path parameters

teamIdUUIDRequired
The team id.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects a list of UUIDs.

Response

OK
projectIdUUID or null
The id of the project.
teamIdUUID or null
The id of the team.