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
teamId
The team id.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects a list of UUIDs.
Response
OK
projectId
The id of the project.
teamId
The id of the team.