v1
latestOpenAPI 3.1.02026-07-24403468.9 KBEvents
Broadcast event to all
Trigger a broadcast event to all existing subscribers, could be used to send announcements, etc. In the future could be used to trigger events to a subset of subscribers based on defined filters.
post/v1/events/trigger/broadcast
Request body
Example request
{
"payload": {
"comment_id": "string",
"post": {
"text": "string"
}
}
}