Skip to main content
PATCH
Update a project

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-API-Key
string | null

Path Parameters

org_id
string<uuid>
required
project_id
string<uuid>
required

Body

application/json

Request body for updating an existing project.

name
string | null

New project name

Required string length: 2 - 255
domain
string | null

New domain to track (triggers data wipe and re-initialization)

Required string length: 3 - 255
settings
Settings · object | null

Updated project settings (merged with existing)

Response

Successful Response

success
boolean
default:true
data
ProjectResponse · object | null

Project data returned by API endpoints.