We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56a68de commit 79f73c3Copy full SHA for 79f73c3
daprdocs/content/en/reference/api/service_invocation_api.md
@@ -16,7 +16,7 @@ This endpoint lets you invoke a method in another Dapr enabled app.
16
### HTTP Request
17
18
```
19
-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>
20
21
22
### HTTP Response codes
0 commit comments