cURL
curl --request POST \ --url https://api.example.com/flow_runs/{id}/input \ --header 'Content-Type: application/json' \ --data ' { "key": "<string>", "value": "<string>", "sender": "<string>" } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
Create a key/value input for a flow run.
Documentation IndexFetch the complete documentation index at: https://docs.prefect.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.prefect.io/llms.txt
Use this file to discover all available pages before exploring further.
The flow run id
The input key
The value of the input
The sender of the input
Successful Response
Was this page helpful?