mirror of https://github.com/dapr/docs.git
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:
parent
2f2cf086eb
commit
2a9c3deb29
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue