Skip to main content
PUT
Update Project

Path Parameters

string
required
Organization ID
string
required
Project ID

Request Body

string
Updated project name
string
Updated description
string
Updated status: active, archived, or deleted
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