Files
services/stream/examples.json
Dominic Wong 5c998951a1 run check bool
2021-09-09 13:56:52 +01:00

14 lines
319 B
JSON

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