Merge branch 'v1.1' into aacrawfi/mtls

This commit is contained in:
Mukundan Sundararajan 2021-04-15 20:16:07 -07:00 committed by GitHub
commit 39d5bea11b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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