cURL
curl --request POST \ --url https://api.example.com/api/flow_runs/{id}/input \ --header 'Content-Type: application/json' \ --data ' { "key": "<string>", "value": "<string>", "sender": "<string>" } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Create a key/value input for a flow run.
The flow run id
The input key
The value of the input
The sender of the input
Successful Response
Was this page helpful?