latestOpenAPI 3.0.32026-08-22149327338.9 KB
d4db007b26b2
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
Response
Example response
{
"data": {
"custom_fields": {
"health": {
"value": "on_track"
}
}
}
}