v50

latestOpenAPI 3.1.0raw.githubusercontent.com2025-01-16170291390.7 KB
Flows

Update Flow

Updates a flow.

patch/api/flows/{id}

Path parameters

idstring uuid required

The flow id

The flow id

Headers

x-prefect-api-versionstring

Request body

tagsstring[]

A list of flow tags

Example request

{
  "tags": [
    "tag-1",
    "tag-2"
  ]
}

Response

Successful Response