---
title: "PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/enterpriseChannels/{resourceName}"
method: PATCH
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/enterpriseChannels/{resourceName}"
tags: ["Enterprise Channel"]
---

# PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/enterpriseChannels/{resourceName}

`PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/enterpriseChannels/{resourceName}`

Updates an Enterprise Channel.

## Path parameters

- `resourceGroupName` string, required
- `resourceName` string, required
- `subscriptionId` string, required

## Query parameters

- `api-version` string, required

## Request body

- EnterpriseChannel — Azure resource
  - `id` string — Specifies the resource ID.
  - `name` string — Specifies the name of the resource.
  - `location` string — Specifies the location of the resource.
  - `type` string — Specifies the type of the resource.
  - `tags` object — Contains resource tags defined as key/value pairs.
  - `sku` Sku — The SKU of the cognitive services account.
    - `name` 'F0' | 'S1', required — The name of SKU.
    - `tier` 'Free' | 'Standard' — Gets the sku tier. This is based on the SKU name.
  - `kind` 'sdk' | 'designer' | 'bot' | 'function' — Indicates the type of bot service
  - `etag` string — Entity Tag

## Response `200`

If resource is created successfully or already existed, the service should return 200 (OK).

- EnterpriseChannel — Azure resource
  - `id` string — Specifies the resource ID.
  - `name` string — Specifies the name of the resource.
  - `location` string — Specifies the location of the resource.
  - `type` string — Specifies the type of the resource.
  - `tags` object — Contains resource tags defined as key/value pairs.
  - `sku` Sku — The SKU of the cognitive services account.
    - `name` 'F0' | 'S1', required — The name of SKU.
    - `tier` 'Free' | 'Standard' — Gets the sku tier. This is based on the SKU name.
  - `kind` 'sdk' | 'designer' | 'bot' | 'function' — Indicates the type of bot service
  - `etag` string — Entity Tag

## Other responses

- `201` — If resource is created successfully, the service should return 201 (Created). Execution to continue asynchronously.
- `default` — Error response describing why the operation failed

---

[API](https://skmtc.net/azure/apis/azure-bot-service.md) · [All operations](https://skmtc.net/azure/apis/azure-bot-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/azure-bot-service/versions/e28acb77637d/schema)
