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