Announcements

Update an announcement

PUT
https://api.tunio.ai/v1/announcements/{uuid}

Update an existing announcement by UUID

Path parameters

NameTypeDescription
uuidRequiredstringAnnouncement UUID

Request body

Updated announcement data

NameTypeDescription
end_datestring
EndDate adjusts when the announcement expires.
has_audio_warningboolean
HasAudioWarning toggles start warning tone.
messagestring
Message updates the body text or script.
start_datestring
StartDate adjusts when the announcement becomes active.
titlestring
Title allows updating the announcement headline.
Request example
01{
02 "end_date": "2024-12-31T23:59:59Z",
03 "has_audio_warning": true,
04 "message": "Updated weather message",
05 "start_date": "2024-01-15T14:30:00Z",
06 "title": "Updated Weather Update"
07}

Responses

NameTypeDescription
successboolean
Success indicates the request completed without errors.
NameTypeDescription
messagestring
Message contains human readable error details.
successboolean
Success is always false for error payloads.
NameTypeDescription
messagestring
Message contains human readable error details.
successboolean
Success is always false for error payloads.
NameTypeDescription
messagestring
Message contains human readable error details.
successboolean
Success is always false for error payloads.
NameTypeDescription
messagestring
Message contains human readable error details.
successboolean
Success is always false for error payloads.