{ "opencollection": "1.0.0", "info": { "name": "Roblox Open Cloud Assets Messaging API", "version": "v2" }, "items": [ { "info": { "name": "Messaging", "type": "folder" }, "items": [ { "info": { "name": "Publish Message", "type": "http" }, "http": { "method": "POST", "url": "https://apis.roblox.com/messaging-service/v1/universes/:universeId/topics/:topic", "params": [ { "name": "universeId", "value": "", "type": "path" }, { "name": "topic", "value": "", "type": "path", "description": "The message topic name (max 80 characters)" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Publish a message to a topic in the messaging service. Messages are delivered to all servers in the universe subscribed to the topic." } ] } ], "bundled": true }