---
title: "Set channel mappings."
method: POST
path: "/LiveTv/ChannelMappings"
tags: ["LiveTv"]
---

# Set channel mappings.

`POST /LiveTv/ChannelMappings`

## Request body

- SetChannelMappingDto — Set channel mapping dto.
  - `ProviderId` string, required — Gets or sets the provider id.
  - `TunerChannelId` string, required — Gets or sets the tuner channel id.
  - `ProviderChannelId` string, required — Gets or sets the provider channel id.

## Response `200`

Created channel mapping returned.

- TunerChannelMapping
  - `Name` string, nullable
  - `ProviderChannelName` string, nullable
  - `ProviderChannelId` string, nullable
  - `Id` string, nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

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