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
Example request
{
"tags": [
"tag-1",
"tag-2"
]
}Response
Successful Response
Changes
No recorded changes to this endpoint across all 50 revisions of this API.