---
title: "Update a channel by ID"
method: PUT
path: "/channels/{id}"
tags: ["Channels"]
---

# Update a channel by ID

`PUT /channels/{id}`

This endpoint updates the channel with the specified ID.

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Request body

- UpdateChannelDto
  - `name` string, required — The name of the channel.
  - `address` string — The address that is associated with the channel.
  - `url` string — A URL that to a website that the channel represents.
  - `logoUrl` string — A URL to the channel logo.
  - `locale` string, locale — The locale that is associated with the channel.

## Response `200`

The ID of the updated channel.

- ChannelResponseDto
  - `id` string — The unique identifier for this channel object.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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