Projects
Update Project
Replaces the project’s name and description — the only two mutable
fields. This is a full set, not a patch: omitting description
clears it. Project ids outside the caller’s reach respond 404.
POST
Error
Authorizations
Personal Access Token, sent verbatim as pat_<32 chars>. PATs are
minted from the Chief settings UI.
Path Parameters
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
Previous
List Project MembersReturns every user holding a grant in the project. Project members
are distinct from chat members: project membership grants access,
while a restricted chat's audience can only narrow it within the
project.
Next
Error