Skip to main content
PATCH
/
api
/
flow_runs
/
{id}
/
labels
Update Flow Run Labels
curl --request PATCH \
  --url https://api.example.com/api/flow_runs/{id}/labels \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

x-prefect-api-version
string

Path Parameters

id
string<uuid>
required

The flow run id

Body

application/json

The labels to update

Response

Successful Response