v2
Projects

Update project

patch/v2/teams/{team_id}/projects/{project_id}

Path parameters

string uuid required
OR
string required
string uuid required
OR
string required

Request body

namestring nullable

Project name

descriptionstring nullable

Optional description

is_archivedboolean nullable

Archive project (soft delete)

team_wide_permission'read' | 'write' nullable

Set to 'read' or 'write' to grant all team members that permission on docs in the project. Send null to remove team-wide access.

Response

Success

namestring required

Project name

descriptionstring nullable

Optional description

created_atstring date-time

Project created at

updated_atstring date-time

Project updated at

is_archivedboolean

Grave marker for soft deletion

team_wide_permission'read' | 'write' nullable

If set, all team members get this permission on docs in the project

Changes