---
search:
  tags:
    - administration
    - POST
seo:
  description: >-
    Updates the display order of project statuses… Reference for the POST
    /administration/project-settings/statuses/sort endpoint in the Leadtime
    Public API API.
sidebar:
  badge: POST
  label: Reorder project statuses
title: Reorder project statuses
type: openapi-operation
---
Updates the display order of project statuses by providing an ordered array of status IDs.

**How it works:**
1. Provide an array of status IDs in the desired display order
2. The first ID in the array will have sort order 0, second will have 1, etc.
3. Statuses not included in the array will maintain their current sort order

**Example:**
If you provide ["status-3", "status-1", "status-2"], then:
- status-3 will appear first
- status-1 will appear second
- status-2 will appear third

**Note:** This affects the order in which statuses appear in dropdowns and lists throughout the application.

<Operation source="api-reference" id="projectsettingscontroller-sortprojectstatuses" />
