cURL
curl --request PUT \ --url https://api.eflow.team/v1/networks/labels/{labelId} \ --header 'Content-Type: application/json' \ --header 'X-Eflow-Api-Key: <api-key>' \ --data ' { "label": "premium-v2" } '
{ "label": "<string>" }
Update an existing label. Allows renaming the label while preserving its associations with resources.
The Everflow API key generated from the Control Center > Security.
The unique label ID to update.
The new label name.
OK
The updated label name.
Was this page helpful?