Skip to main content
PUT
/
networks
/
labels
/
{labelId}
Update Label
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>"
}

Authorizations

X-Eflow-Api-Key
string
header
required

The Everflow API key generated from the Control Center > Security.

Path Parameters

labelId
integer
required

The unique label ID to update.

Body

application/json
label
string
required

The new label name.

Response

OK

label
string

The updated label name.