Invoke a PATCH method on an application
PATCH/v1.0/invoke/:appId/method/:methodName
This endpoint lets you invoke a HTTP PATCH method on another application.
Request
Path Parameters
appId stringrequired
Possible values: Value must match regular expression ^[a-zA-Z0-9_-]+$
methodName stringrequired
Possible values: Value must match regular expression ^[a-zA-Z0-9_-]+$
- application/json
Body
required
object
Responses
- 200
- 400
- 403
- 500
OK.
Method name not given.
Invocation forbidden by access control.
Request failed.
Loading...