Skip to main content
POST
Error

Authorizations

X-API-Key
string
header
required

Personal Access Token, sent verbatim as pat_<32 chars>. PATs are minted from the Chief settings UI.

Path Parameters

id
string
required

Project identifier in the path. Project routes carry no tenancy header; ids outside the caller's reach respond with HTTP 404.

Pattern: ^project_[a-z0-9]{20}$

Body

application/json

Full set of the two mutable fields, not a patch — omitting description clears it.

name
string
required
Maximum string length: 128
description
string

Response

Project updated.

project_id
string
required
Pattern: ^project_[a-z0-9]{20}$
name
string
required
default
boolean
required

True for the tenant's default project.

description
string

Omitted when empty.