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>
This commit is contained in:
Christoph Hofmann 2021-12-24 19:18:51 +01:00 committed by GitHub
parent 56a68def7f
commit 79f73c3233
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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