cURL
curl --request PATCH \ --url https://api.example.com/api/flows/{id} \ --header 'Content-Type: application/json' \ --data ' { "tags": [ "<string>" ] } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Updates a flow.
The flow id
Data used by the Prefect REST API to update a flow.
A list of flow tags
Successful Response
Was this page helpful?