---
search:
  tags:
    - administration
    - PATCH
seo:
  description: >-
    Partially updates an existing project phase. Only… Reference for the PATCH
    /administration/project-settings/phases/{id} endpoint in the Leadtime Public
    API.
sidebar:
  label: Partially update project phase
  badge: PATCH
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.

`PATCH /administration/project-settings/phases/{id}`
