mirror of https://github.com/dapr/docs.git
Merge branch 'v1.1' into aacrawfi/mtls
This commit is contained in:
commit
39d5bea11b
|
@ -80,7 +80,7 @@ All that's left now is to invoke the output bindings endpoint on a running Dapr
|
|||
You can do so using HTTP:
|
||||
|
||||
```bash
|
||||
curl -X POST -H http://localhost:3500/v1.0/bindings/myevent -d '{ "data": { "message": "Hi!" }, "operation": "create" }'
|
||||
curl -X POST -H 'Content-Type: application/json' http://localhost:3500/v1.0/bindings/myevent -d '{ "data": { "message": "Hi!" }, "operation": "create" }'
|
||||
```
|
||||
|
||||
As seen above, you invoked the `/binding` endpoint with the name of the binding to invoke, in our case its `myevent`.
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 036fc63bf0a919843827e263ec287d55e3188b7b
|
||||
Subproject commit e86abb5f4cecb77fb9e08ca9dd02832e312b04a8
|
Loading…
Reference in New Issue