Changes the project type of the project with the specified id.

Deprecated
Changes the project type of the project with the specified id. <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 type.
projectTypeIdstringRequiredformat: "uuid"
The id of the project type to change to.

Response

No Content