Skip to main content
POST
/
api
/
flow_runs
/
{id}
/
input
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

x-prefect-api-version
string

Path Parameters

id
string<uuid>
required

The flow run id The flow run id

Body

application/json
key
string
required

The input key

value
file
required

The value of the input

sender
string | null

The sender of the input

Response

Successful Response