---
title: "Update Channel By Id"
method: PUT
path: "/api/v1/channel/{channel_id}"
tags: ["Channel"]
---

# Update Channel By Id

`PUT /api/v1/channel/{channel_id}`

Update channel

## Path parameters

- `channel_id` string, uuid, required

## Request body

- IChannelUpdate
  - `org_id` string, uuid, nullable
  - `name` string, nullable
  - `credentials` object, nullable
  - `channel_provider` 'leadconnector' | 'hubspot' | 'google_calendar' | 'google_sheets' | 'zoho' | 'freshdesk' | 'insighto' | 'modmed' | 'twilio' | 'custom' | 'fb_messenger' | 'instagram' | 'paypal' | 'postgres' | 'plivo' | 'telnyx' | 'telegram' | 'calendar_pool'

## Response `200`

Successful Response

- IPutResponseBaseIChannelUpdate
  - `message` string, nullable
  - `meta` union
    - object
    - unknown
  - `data` IChannelUpdate
    - `org_id` string, uuid, nullable
    - `name` string, nullable
    - `credentials` object, nullable
    - `channel_provider` 'leadconnector' | 'hubspot' | 'google_calendar' | 'google_sheets' | 'zoho' | 'freshdesk' | 'insighto' | 'modmed' | 'twilio' | 'custom' | 'fb_messenger' | 'instagram' | 'paypal' | 'postgres' | 'plivo' | 'telnyx' | 'telegram' | 'calendar_pool'

## Other responses

- `422` — Validation Error

---

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