---
search:
  tags:
    - administration
    - PUT
seo:
  description: >-
    Updates an existing project status. All fields… Reference for the PUT
    /administration/project-settings/statuses/{id} endpoint in the Leadtime
    Public API API.
sidebar:
  badge: PUT
  label: Update project status
title: Update project status
type: openapi-operation
---
Updates an existing project status. All fields must be provided (full replacement).

**Required fields:**
- `name`: Updated display name
- `icon`: Updated icon identifier
- `type`: Status type enum value
- `translations`: Complete translations array (all languages)

**Optional fields:**
- `description`: Updated description (can be null)

**Note:** This is a full update operation. Use PATCH endpoint if you only want to update specific fields. Changing the status type may affect billing eligibility for projects using this status.

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