Changes the status of the project with the specified id.

Changes the status of the project with the specified id. The project status must be associated with the project type used by the project. This potentially adds task bundles to the project and informs the project members about the status change. If the project is already in the specified status, nothing happens. <Check><b>Required Permissions</b>: The user has to be the creator of the project or needs `write` permissions of the feature `project-master-data`.</Check>

Path parameters

projectIdstringRequiredformat: "uuid"
The id of the project.

Headers

AuthorizationstringRequired

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

Request

The model to change the project status.
projectStatusIdstringRequiredformat: "uuid"
The id of the project status to change to.

Response

No Content