---
title: "Updates customer channel information/settings"
method: PUT
path: "/v1/customer_channels/{id}"
tags: ["customer_channels"]
---

# Updates customer channel information/settings

`PUT /v1/customer_channels/{id}`

## Path parameters

- `id` integer, required

## Request body

- CustomerChannelRequestDto
  - `name` string
  - `type` string
  - `metaWhatsappConditionsAccepted` boolean — metaWhatsappConditionsAccepted

## Response `200`

OK

- CustomerChannelResponseDto
  - `name` string
  - `type` string — customer channel type
  - `metaWhatsappConditionsAccepted` boolean — metaWhatsappConditionsAccepted
  - `id` integer — customer channel id
  - `uuid` string — customer channel uuid
  - `created` string, date-time — creation date
  - `lastModified` string, date-time — last modified
  - `createdBy` string — created by
  - `lastModifiedBy` string — last modified by
  - `priority` string — priority
  - `lastOrigin` string — last origin
  - `status` string — status
  - `smtpId` string — smtpId
  - `identifierId` integer — identifier id
  - `urlshortenerEnabled` boolean — Urlshortener enabled
  - `urlshorteningType` string — urlshortening type
  - `identifier` IdentifierResponseDto
    - `id` integer — identifier id
    - `identifier` string — identifier
    - `type` string — type
    - `active` boolean — active?
    - `status` string — status
    - `identifierConfiguration` IdentifierConfigurationResponseDto
      - `whatsappIdentifierConfiguration` WhatsappIdentifierConfigurationResponseDto
        - `provider` string
        - `metaPhoneNumberId` string
        - `wabaId` string
        - `wabaName` string
        - `messageTemplateNamespace` string
  - `fallbackAccountId` integer — fallbackAccountId
  - `links` Link[] — links
    - `rel` string
    - `href` string

## Other responses

- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.dev/linkmobility/apis/untitled-api.md) · [All operations](https://skmtc.dev/linkmobility/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/linkmobility/untitled-api/revisions/db84f79799b9/schema)
