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:
Mark Chmarny 2020-09-01 14:28:07 -07:00 committed by GitHub
parent 80d68c3344
commit d581ff811b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ Example:
```json
[
{
"pubsubname": "pubsub",
"topic": "newOrder",
"route": "/orders"
}