Skip to content

Commit 79f73c3

Browse files
hoffe86Mark Fussell
and
Mark Fussell
authored
Added missing HTTP verb to the documentation dapr/dapr#4030 (#2045)
Signed-off-by: GitHub <[email protected]> Co-authored-by: Mark Fussell <[email protected]>
1 parent 56a68de commit 79f73c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

daprdocs/content/en/reference/api/service_invocation_api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This endpoint lets you invoke a method in another Dapr enabled app.
1616
### HTTP Request
1717

1818
```
19-
POST/GET/PUT/DELETE http://localhost:<daprPort>/v1.0/invoke/<appId>/method/<method-name>
19+
PATCH/POST/GET/PUT/DELETE http://localhost:<daprPort>/v1.0/invoke/<appId>/method/<method-name>
2020
```
2121

2222
### HTTP Response codes

0 commit comments

Comments
 (0)