---
title: "Set a channel's scheme"
method: PUT
path: "/api/v4/channels/{channel_id}/scheme"
tags: ["channels"]
---

# Set a channel's scheme

`PUT /api/v4/channels/{channel_id}/scheme`

Set a channel's scheme, more specifically sets the scheme_id value of a channel record.

##### Permissions
Must have `manage_system` permission.

## Path parameters

- `channel_id` string, required

## Request body

- object
  - `scheme_id` string, required — The ID of the scheme.

## Response `200`

Update channel scheme successful

- 38cb7293StatusOK
  - `status` string — Will contain "ok" if the request was successful and there was nothing else to return

## Other responses

- `400` — Invalid or missing parameters in URL or request body
- `401` — No access token provided
- `403` — Do not have appropriate permissions
- `501` — Feature is disabled

---

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