update pubsub api ref. (#636)

This commit is contained in:
Aman Bhardwaj 2020-06-08 17:25:57 -07:00 committed by GitHub
parent 376ab7467e
commit 5b43edb04e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -70,12 +70,12 @@ Example:
In order to deliver topic events, a `POST` call will be made to user code with the route specified in the subscription response.
The following example illustrates this point, considering a subscription for topic `TopicA` with route `orders`:
The following example illustrates this point, considering a subscription for topic `newOrder` with route `orders`:
### HTTP Request
```http
POST http://localhost:<appPort>/orders/TopicA
POST http://localhost:<appPort>/orders
```
### URL Parameters