cURL
curl --request PATCH \ --url https://api.example.com/api/flow_runs/{id}/labels \ --header 'Content-Type: application/json' \ --data '{}'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Update the labels of a flow run.
The flow run id
The labels to update
Successful Response
Was this page helpful?