V1Projects
Update Project
PUT
/project-mgt/project
Request Body
application/json
Requireddescription
string
The description of the project
tags
array<string>
List of tags related to the project
title
string
The title of the project
startTime
string
Start time of the project
Format:
"date-time"
status
string
Status of the project (e.g. Not Started, In Progress, Completed)
endTime
string
End time of the project
Format:
"date-time"
assignees
array<string>
List of assignees for the project
name
string
Coordinator or responsible person for the project
Query Parameters
projectId
Requiredstring
Project updated successfully.