Skip to main content
PATCH
Update project

Authorizations

Authorization
string
header
required

Bearer authentication with API key (format: Bearer sk_xxx)

Path Parameters

id
string
required

Project ID

Body

application/json
name
string

New project name

git
object | null

Git repository configuration. Provided fields are merged with existing config. Set to null to remove git configuration.

Response

Project updated successfully

Project updated successfully

project
object
propagationErrors
string[]

List of branches where git config propagation to sandboxes failed. Only present if there were failures.