Skip to main content
PUT
Update Project

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required
Example:

"cm0upgshc000rwf5eop1u2awr"

Body

application/json
name
string

The updated name or title of the project

Example:

"Updated Project Title"

startedAt

The updated starting date and time of the project

Example:

"2024-02-01T10:00:00.000Z"

dueAt

The updated due date and time for the project

Example:

"2025-01-31T18:00:00.000Z"

Response

Update Project

id
string
required

Unique project ID, typically generated automatically

Example:

"cm2uqwcpd002s7xta3b1j8q3p"

name
string
required

The name or title of the project

Example:

"New Project Title"

workspaceId
string
required

Workspace ID to which the project belongs

Example:

"cm2uj5ffn001x7xtag73jmpx0"

startedAt
required

The starting date and time of the project

Example:

"2024-01-15T08:00:00.000Z"

dueAt
required

The due date and time for the project

Example:

"2024-12-31T17:00:00.000Z"

createdAt

The creation date and time of the project, set automatically

Example:

"2024-01-01T09:00:00.000Z"