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

**Optional fields (update only what you need):**
- `name`: Update display name
- `icon`: Update icon identifier
- `type`: Update phase type (affects Kanban column placement)
- `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-patchprojectphase" />
