Skip to main content
PUT
Update Label
Update an existing label. Pass the current label value as the old_label query parameter and provide the new label value and optional ID arrays in the request body.

Authorizations

X-Eflow-Api-Key
string
header
required

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

Query Parameters

old_label
string
required

The previous label value to update.

Body

application/json
label
string
required

The label you want to add.

advertiser_ids
integer[]

Which advertisers will have the label.

affiliate_ids
integer[]

Which affiliates will have the label.

campaign_ids
integer[]

Which campaigns will have the label.

offer_ids
integer[]

Which offers will have the label.

offer_group_ids
integer[]

Which offer groups will have the label.

affiliate_tier_ids
integer[]

Which affiliate tiers will have the label.

Response

200 - application/json
result
boolean

Whether the operation was successful.