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

Headers

x-prefect-api-version
string

Path Parameters

id
string<uuid>
required

The flow id

Body

application/json

Data used by the Prefect REST API to update a flow.

tags
string[]

A list of flow tags

Response

Successful Response