Update Project API
Update a project with an API key.
Update a project. Only the provided fields change. Renaming the slug enforces per-org uniqueness.
Endpoint
PATCH /api/v1/projects/:projectIdBody
| Field | Type | Description |
|---|---|---|
name | string | New name. |
slug | string | New slug (uniqueness enforced). |
status | string | active | paused | archived. |
category | string | client | internal | startup | personal. |
clientName | string | Client name. |
description | string | Description. |
deadline | number | Deadline (epoch ms). |
Response
Returns { "project": { ... } }.