Skip to main content
PUT
Update Project

Path Parameters

organizationId
string
required
Organization ID
projectId
string
required
Project ID

Request Body

name
string
Updated project name
description
string
Updated description
status
string
Updated status: active, archived, or deleted
settings
object
Updated project settings (partial updates supported)
The project slug cannot be changed after creation to preserve URL stability.

Example Request

Response

Returns the updated Project object.

Error Responses

Project Not Found

Code Examples