Edit Announcements
PUT /api/announcement
Section titled “ /api/announcement”This endpoint allows you to edit announcements that are displayed on the stats TV displays.
Security
Section titled “Security”This endpoint requires authentication. You must include a valid API key in the request header. Permission(s) Required: EDIT_ANNOUNCEMENTS
Request Body
Section titled “Request Body”[ { "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.