Changes the specified project's type.
Changes the specified project's type and applies the new type settings.
<Check title="Required Permissions" icon="key">The user must be the project creator or have `project-master-data:write` permission.</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.
Response
No Content
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error

