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>
This commit is contained in:
parent
56a68def7f
commit
79f73c3233
|
@ -16,7 +16,7 @@ This endpoint lets you invoke a method in another Dapr enabled app.
|
||||||
### HTTP Request
|
### 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
|
### HTTP Response codes
|
||||||
|
|
Loading…
Reference in New Issue