---
title: "Links a channel to a config."
method: POST
path: "/v1/channels/{channel-id}/configs/{config-id}"
tags: ["Channel > Config"]
---

# Links a channel to a config.

`POST /v1/channels/{channel-id}/configs/{config-id}`

## Path parameters

- `channel-id` string, required
- `config-id` string, required

## Response `204`

No Content - Indicates that channel has been linked to configuration.

## Other responses

- `400` — Error: Bad Request.
- `404` — Channel or Configuration not found
- `535` — Error: Mongo client not initialised.
- `536` — Error: Could not save data to Mongo.

---

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