Notes
Update a Note
OAuth Scope
This endpoint requires the following OAuth scope publish_job_notes.
post/dbonote/{uuid}.json
Path parameters
uuidstring uuid required
UUID of the Note
Request body
Example request
{
"uuid": "123e4567-e987-4c15-8af5-23f948cf3d7b",
"related_object_uuid": "123e4567-c33e-4f75-b941-23f9419f61bb",
"action_completed_by_staff_uuid": "123e4567-f36e-4657-933d-23f945f1fdab",
"edit_by_staff_uuid": "123e4567-6b41-43bf-a15e-23f94969bfab",
"create_date": "2026-03-01 12:00:00"
}Response
Success - The record was updated successfully
Example response
{
"message": "OK"
}