Invoke an output binding
POST/v1.0/bindings/:name
This endpoint lets you invoke an output binding. Catalyst bindings support various operations, such as create. See the different specs on each binding to see the list of supported operations.
Request
Path Parameters
name stringrequired
Possible values: Value must match regular expression ^[a-zA-Z0-9_-]+$
The name of the output binding to invoke.
- application/json
Body
required
operation string
data object
Responses
- 200
- 204
- 400
- 500
Request successful.
Empty Response.
Malformed request.
Request failed.
Loading...