mirror of https://github.com/dapr/docs.git
update pubsub api ref. (#636)
This commit is contained in:
parent
376ab7467e
commit
5b43edb04e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue