---
title: "GetChannelUpdateSubscriptions"
method: POST
path: "/channel/{id}/subscriptions/update"
tags: ["Channels"]
---

# GetChannelUpdateSubscriptions

`POST /channel/{id}/subscriptions/update`

Mass update subscriptions

## Path parameters

- `id` string, required

## Request body

- object
  - `updates` object[] — <p>Array of updates (see example below). Maximum allowed updates per request: 50.000</p>
    - `field` string
    - `value` number
    - `removeSegments` string[]

## Response `200`

Success-Response:

- object
  - `success` boolean
  - `updated` number, required
  - `skippedProtected` number, required — <p>Number of update entries that targeted an overwrite-protected attribute and were left unchanged because no forceOverwrite was provided.</p>

---

[API](https://skmtc.dev/cleverpush/apis/cleverpush-api-reference.md) · [All operations](https://skmtc.dev/cleverpush/apis/cleverpush-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cleverpush/cleverpush-api-reference/revisions/c2dffd898fd9/schema)
