---
title: "Update campaigns by program label"
method: PUT
path: "/v2/campaigns/program/{program_label}/update"
tags: ["Campaigns"]
---

# Update campaigns by program label

`PUT /v2/campaigns/program/{program_label}/update`

Applies the specified update to all campaigns associated with the given program label.

## Path parameters

- `program_label` string, required

## Request body

- CampaignProgramUpdateRequest — Body of a `PUT /v2/campaigns/program/{program_label}/update` request.
  - `program_type` string, required

## Response `200`

Successful response

- SuccessResponse
  - `status` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `402` — Payment Required
- `403` — Forbidden
- `415` — Unsupported Media Type
- `429` — Too Many Requests

---

[API](https://skmtc.net/extole/apis/integration-api-server-to-extole.md) · [All operations](https://skmtc.net/extole/apis/integration-api-server-to-extole/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extole/integration-api-server-to-extole/revisions/c16e62e66755/schema)
