---
title: "Edit Project"
method: PUT
path: "/projects/{projectId}"
tags: ["projects"]
---

# Edit Project

`PUT /projects/{projectId}`

## Path parameters

- `projectId` integer, required

## Request body

- CreateProjectSchema
  - `name` string
  - `platform` 'web' | 'ios'

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-15** `ede0dba19c40` — 1 warning
  - changed the pattern of the request property `name` from `^[a-z,A-Z,0-9,\-,é,è,à,ç, ,|,&,\/,\\,_,.,#,']*$` to `^[a-zA-Z0-9\-éèàç |&/\\_.#':,@]*\z`

[Change history](https://skmtc.dev/openreplay/apis/fastapi/changes/projects/:projectId/put.md)

---

[API](https://skmtc.dev/openreplay/apis/fastapi.md) · [All operations](https://skmtc.dev/openreplay/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc.dev/openreplay/apis/fastapi/revisions/1baad142eb42?raw)
