Updates the order of a project status within a project template.
<Check title="Required Permissions" icon="key">The user must be an admin or have `project-manage-config:write` permissions.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
projectTemplateId
The id of the project template to update the status order for.
Request
The model to update the project template status order.
projectStatusId
The id of the project status.
order
The order value which determines the position of the project status
in the flow of the project type.
Only accepts 0 and positive values.
For independent statuses without successor and predecessor
this value is set to null.
Response
No Content

