Added missing HTTP verb to the documentation dapr/dapr#4030 (#2045)

Signed-off-by: GitHub <noreply@github.com>

Co-authored-by: Mark Fussell <mfussell@microsoft.com>
Signed-off-by: Antonio Robson de Paula <robson.p@sidi.org.br>
This commit is contained in:
Christoph Hofmann 2021-12-24 19:18:51 +01:00 committed by Antonio Robson de Paula
parent 2f2cf086eb
commit 2a9c3deb29
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ This endpoint lets you invoke a method in another Dapr enabled app.
### HTTP Request
```
POST/GET/PUT/DELETE http://localhost:<daprPort>/v1.0/invoke/<appId>/method/<method-name>
PATCH/POST/GET/PUT/DELETE http://localhost:<daprPort>/v1.0/invoke/<appId>/method/<method-name>
```
### HTTP Response codes