Flow Runs
Create Flow Run Input
Create a key/value input for a flow run.
POST
/
api
/
flow_runs
/
{id}
/
input
Headers
Path Parameters
The flow run id
Body
application/json
The input key
The value of the input
The sender of the input
Response
201 - application/json
The response is of type any
.
Was this page helpful?