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