Changes the project type of the project with the specified id.
Changes the project type of the project with the specified id.
<Check title="Required Permissions" icon="key">The user has to be the creator of the project or needs `write` permissions of the feature `project-master-data`.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
projectId
The id of the project.
Request
The model to change the project type.
projectTypeId
The id of the project type to change to.
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error

