mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-14 12:04:41 +00:00
update events
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user