Flow Runs
Update Flow Run
Updates a flow run.
patch/api/flow_runs/{id}
Path parameters
idstring uuid required
The flow run id
The flow run id
Headers
x-prefect-api-versionstring
Request body
Example request
{
"name": "my-flow-run",
"flow_version": "1.0",
"tags": [
"tag-1",
"tag-2"
]
}Response
Successful Response