Updates the order of a project status.

Updates the order of a project status. <Check title="Required Permissions">The user must be an admin or have `project-manage-config:write` permissions.</Check>

Path parameters

projectTemplateIdstringRequiredformat: "uuid"
The id of the project template.

Headers

AuthorizationstringRequired

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

Request

The project status with updated order.
projectStatusIdstringRequiredformat: "uuid"
The id of the project status.
orderinteger or nullOptional
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