PUT
/
project
/
{projectId}

Authorizations

apiKey
string
headerrequired

Path Parameters

projectId
string
required

ID of project to delete

Body

application/json
projectName
string

The Name of the project.

customerId
string

The ID of the customer.

startDate
string

The start date of the project, We expect yyyy-MM-dd.

dueDate
string

The due date of the project, We expect yyyy-MM-dd.

description
string

Description of the project.

priority
boolean

Enabling this attribute allows the ability to prioritize tasks within the project by setting their priority levels. When activated, team members can assign priority levels to tasks, helping to ensure that the most important tasks are addressed promptly. This attribute is represented as a boolean value, indicating whether the priority feature is enabled or not.

defaultPriority
enum<string>

Set the default priority for the project's tasks.

Available options:
No Priority,
Urgent,
High,
Medium,
Low
estimate
boolean

This attribute enables the estimation of the time required for completing tasks within the project's task set. When enabled, it allows project managers or team members to assign time estimates to individual tasks, aiding in scheduling and resource allocation. It is represented as a boolean value, indicating whether the estimation feature is enabled or not.

milestone
boolean

A milestone marks a significant point in a project's progress, typically indicating the completion of a key deliverable or the achievement of an important objective. Once a milestone is reached, it may trigger the creation of tasks necessary to accomplish the project's goals. This attribute is represented as a boolean value, indicating whether the milestone has been enabled or not.

Response

200 - application/json
projectId
string

The ID of the project.

projectName
string

The Name of the project.

workspaceId
string

The ID of the workspace.

ownerId
string

The ID of the owner.

description
string

Description of the project.

customerId
string

The ID of the customer.

startDate
string

The start date of the project.

dueDate
string

The due date of the project.

favoriteUsers
string[]

List of users who marked the project as favorite.

projectUsers
string[]

List of users associated with the project.