v1

latestOpenAPI 3.0.3Proprietary2026-07-1713346131.7 KB
Projects

Update project

Update an existing project's properties (requires project manager role)

put/projects/{id}

Path parameters

idstring uuid required

Resource UUID

Request body

namestring
keystring
color_codestring
status_idstring uuid nullable
category_idstring uuid nullable
folder_idstring uuid nullable
start_datestring date nullable
end_datestring date nullable

Response

Project updated successfully

doneboolean required

Indicates if the operation was successful

titlestring nullable

Optional response title

messagestring nullable

Optional message (error message or success notification)

Example response

{
  "done": true,
  "body": {
    "name": "Website Redesign",
    "key": "WEB",
    "color_code": "#3498db"
  },
  "message": "Operation completed successfully"
}