cURL
curl --request PATCH \ --url https://api.example.com/flows/{id} \ --header 'Content-Type: application/json' \ --data ' { "tags": [ "<string>" ] } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
Updates a flow.
Documentation IndexFetch the complete documentation index at: https://docs.prefect.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.prefect.io/llms.txt
Use this file to discover all available pages before exploring further.
The flow id
Data used by the Prefect REST API to update a flow.
A list of flow tags
["tag-1", "tag-2"]
Successful Response
Was this page helpful?