---
search:
  tags:
    - administration
    - PATCH
seo:
  description: >-
    Partially updates an existing project status.… Reference for the PATCH
    /administration/project-settings/statuses/{id} endpoint in the Leadtime
    Public API API.
sidebar:
  badge: PATCH
  label: Partially update project status
title: Partially update project status
type: openapi-operation
---
Partially updates an existing project status. Only provided fields will be updated.

**Optional fields (update only what you need):**
- `name`: Update display name
- `icon`: Update icon identifier
- `type`: Update status type (may affect billing eligibility)
- `description`: Update or clear description
- `translations`: Update translations (partial updates supported)

**Note:** Fields not included in the request will remain unchanged. This is useful when you only need to update specific properties without fetching the full current state.

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