PUT
/
project
/
{projectId}

Authorizations

apiKey
string
header
required

Path Parameters

projectId
string
required

ID of project to delete

Body

application/json
customerId
string

The ID of the customer.

defaultPriority
enum<string>

Set the default priority for the project's tasks.

Available options:
No Priority,
Urgent,
High,
Medium,
Low
description
string

Description of the project.

dueDate
string

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

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.

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.

projectName
string

The Name of the project.

startDate
string

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

Response

200 - application/json
customerId
string

The ID of the customer.

description
string

Description of the project.

dueDate
string

The due date of the project.

favoriteUsers
string[]

List of users who marked the project as favorite.

ownerId
string

The ID of the owner.

projectId
string

The ID of the project.

projectName
string

The Name of the project.

projectUsers
string[]

List of users associated with the project.

startDate
string

The start date of the project.

workspaceId
string

The ID of the workspace.