Files
services/stream/examples.json
2021-08-13 13:00:51 +01:00

13 lines
292 B
JSON

{
"publish": [{
"title": "Publish a message",
"description": "Publish a message to a topic on the stream",
"request": {
"topic": "events",
"message": {"id": "1", "type": "signup", "user": "john"}
},
"response": {}
}]
}