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

**Required fields:**
- `name`: Updated display name
- `icon`: Updated icon identifier
- `type`: Phase type enum value (new, inProgress, done)
- `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 phase type will affect which Kanban column opportunities appear in.

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