---
search:
  tags:
    - administration
    - PUT
seo:
  description: >-
    Updates an existing project phase. All fields must be… Reference for the PUT
    /administration/project-settings/phases/{id} endpoint in the Leadtime Public
    API.
sidebar:
  label: Update project phase
  badge: PUT
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.

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