---
title: "Update Label"
method: PUT
path: "/networks/labels"
tags: ["Labels"]
---

# Update Label

`PUT /networks/labels`

## Query parameters

- `old_label` string, required

## Request body

- LabelInput
  - `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`

- object
  - `result` boolean — Whether the operation was successful.

---

[API](https://skmtc.net/everflow/apis/everflow-network-api-tracking-domains.md) · [All operations](https://skmtc.net/everflow/apis/everflow-network-api-tracking-domains/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/everflow/everflow-network-api-tracking-domains/revisions/39242cee0e32/schema)
