Adds projects to a team.

POST

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

teamIdstringRequired
The team id.

Request

This endpoint expects a list of strings.

Response

This endpoint returns a list of objects
projectIdstringOptional
The id of the project.
teamIdstringOptional
The id of the team.