---
title: "Update Channel Site Map"
method: PUT
path: "/v1/channelSite"
---

# Update Channel Site Map

`PUT /v1/channelSite`

This API call updates a Site's channel mapping.

## Request body

- object
  - `siteId` integer, required — The Site's ID
  - `channelId` integer, required — The Channel's ID
  - `priority` integer, required — Also known as **affinity**. This is different from the Priority associated with Channels. See [here](https://dev.adzerk.com/docs/sites#section-adding-a-site-to-a-channel) for info.

## Response `200`

200

- object
  - `SiteId` integer
  - `ChannelId` integer
  - `FixedPaymentAmount` unknown
  - `Priority` integer

---

[API](https://skmtc.net/kevel/apis/engine-apis.md) · [All operations](https://skmtc.net/kevel/apis/engine-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kevel/engine-apis/versions/0ca55f45aa7d/schema)
