Skip to main content
PATCH
/
api
/
flow_runs
/
{id}
/
labels
{
  "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

The labels to update

Response

Successful Response