mirror of https://github.com/dapr/docs.git
Adds pubsub name to subscription per v0.10 API (#769)
* Adds pubsub name to subscription per v0.10 API * Update pubsub_api.md * back to pubsubname
This commit is contained in:
parent
80d68c3344
commit
d581ff811b
|
@ -61,6 +61,7 @@ Example:
|
|||
```json
|
||||
[
|
||||
{
|
||||
"pubsubname": "pubsub",
|
||||
"topic": "newOrder",
|
||||
"route": "/orders"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue