latestOpenAPI 3.0.42026-08-208311,1873.2 MB
958b2b40425d
Universes
Publish Universe Message
Publishes a message to the universe's live servers.
Servers can consume messages via MessagingService.
post/cloud/v2/universes/{universe_id}:publishMessage
Path parameters
universe_idstring required
The universe ID.
Request body
Example request
{
"topic": "my-topic",
"message": "Hello, world!"
}Response
OK