Skip to content

Edit Announcements

This endpoint allows you to edit announcements that are displayed on the stats TV displays.

This endpoint requires authentication. You must include a valid API key in the request header. Permission(s) Required: EDIT_ANNOUNCEMENTS

[
{
"title": string,
"message": string,
"timestamp": timestamp
},
{...}
]

title Primary text of the announcement.

message Secondary long form text for the announcement.

timestamp Unix Epoch format (millis). This is the time when the announcement was created. This will be displayed on the stats TV displays and is used to determine the order of announcements.