latestOpenAPI 3.0.32026-08-20147323331.7 KB

a7231589e927

projects

Update a project

Updates an existing project. Only provided fields are modified.

Rate limit: 60 requests per minute

patch/projects/{id}

Path parameters

idstring required

The ID of the project to update.

Request body

customer_portal_visibleboolean

Customer portal visible for this project

description_htmlstring

Description HTML for this project

end_datestring

End date for this project, in RFC 3339 format

is_archivedboolean

Whether the project is archived

namestring

Name for this project

owner_idstring

Owner ID for this project

start_datestring

Start date for this project, in RFC 3339 format

Response

request_idstring

The request ID for tracking.

Example response

{
  "data": {
    "custom_fields": {
      "health": {
        "value": "on_track"
      }
    }
  }
}