Skip to main content
PATCH
/
api
/
flows
/
{id}
Update Flow
curl --request PATCH \
  --url https://api.example.com/api/flows/{id} \
  --header 'Content-Type: application/json' \
  --data '
{
  "tags": [
    "<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