v1

latestOpenAPI 3.0.02026-07-241010520.6 KB
Project Notes

Update Project Note

Updates the project note body for the given project. See Project Notes.

put/tenants/{tenant_id}/projects/{project_id}/project_note

Path parameters

tenant_idstring uuid required

The ID of the tenant.

project_idstring uuid required

The ID of the project.

Request body

Example request

{
  "project_note": {
    "content": "Customer asked to follow up after site visit."
  }
}

Response

Project note successfully updated.