v1
latestOpenAPI 3.0.02026-07-241010520.6 KBProject Notes
Create Project Note
Creates the project note for the given project when one does not already exist. See Project Notes.
post/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 created.