update events

This commit is contained in:
Asim Aslam
2021-11-02 16:31:09 +00:00
parent 636f5f1758
commit b25df3eb45
5 changed files with 113 additions and 113 deletions

View File

@@ -1,8 +1,8 @@
{
"publish": [{
"title": "Publish a message",
"description": "Publish a message to a topic",
"title": "Publish an event",
"description": "Publish an event to a topic",
"run_check": true,
"request": {
"topic": "user",
@@ -10,9 +10,9 @@
},
"response": {}
}],
"subscribe": [{
"title": "Subscribe to a topic",
"description": "Subscribe to messages on a given topic",
"consume": [{
"title": "Consume from a topic",
"description": "Consume events from a given topic",
"run_check": false,
"request": {
"topic": "user"