Staff Messages
Update a Staff Message
OAuth Scope
This endpoint requires the following OAuth scope publish_messages.
post/staffmessage/{uuid}.json
Path parameters
uuidstring uuid required
UUID of the Staff Message
Request body
Example request
{
"from_staff_uuid": "123e4567-db4b-4b67-9a3c-23f94d686a3b",
"to_staff_uuid": "123e4567-36d3-4ea6-98b9-23f94cd98f0b",
"sent_timestamp": "2026-03-01 12:00:00",
"delivered_timestamp": "2026-03-01 12:00:00",
"read_timestamp": "2026-03-01 12:00:00",
"regarding_job_uuid": "123e4567-5251-474e-8fb8-23f9484328cb",
"uuid": "123e4567-c00b-4d12-bc4d-23f941bae2eb"
}Response
Success - The record was updated successfully
Example response
{
"message": "OK"
}