Notes
Update a Note
post/note/{uuid}.json
Path parameters
uuidstring uuid required
UUID of the Note
Request body
Example request
{
"uuid": "123e4567-8448-48ab-bf1c-2313f58eb54b",
"edit_date": "2025-08-01 12:00:00",
"related_object_uuid": "123e4567-7ad8-459a-8a56-2313f02c61ab",
"action_completed_by_staff_uuid": "123e4567-c147-4dd7-907e-2313fd8841eb",
"edit_by_staff_uuid": "123e4567-cc2e-43cc-bcc6-2313f5403ecb",
"create_date": "2025-08-01 12:00:00"
}Response
Success
Example response
{
"message": "OK"
}