Skip to main content

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.

Body

required

    operation string
    data object

Responses

Request successful.

Loading...