Updates the order of a project status.

POST

Updates the order of a project status.

Required Permissions: The user must be an admin or have project-manage-config:write permissions.

Path parameters

projectTemplateIdstringRequired
The id of the project template.

Request

This endpoint expects an object.
projectStatusIdstringRequired
The id of the project status.
orderintegerOptional
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.