Skip to main content
PUT
Update a Project

Authorizations

Authorization
string
header
required

Use an access token retrieved from login (Bearer sess_...) or a programmatic API key (Bearer ak_...).

Path Parameters

projectID
string<uuid>
required

The ID of the project.

Body

application/json
name
string

Human-readable project name.

slug
string

Normalized identifier, unique within the owning team.

Response

Project updated successfully

project
object
required