System Broadcast

Set System Broadcast

Set the platform-wide update warning. system_admin only.

The message is rendered to every logged-in user across all tenants, so it is HTML-stripped (XSS convention) before storage; the frontend renders it as plain text.

post/api/system-broadcast

Headers

x-api-tokenstring nullable

Request body

messagestring required
ttl_minutesinteger
severitystring

Response

Successful Response

{"stackTrail":"paths:/api/system-broadcast:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes