---
title: "Update IM channel settings"
method: PATCH
path: "/api/workspaces/{id}/im/channels/{channelId}"
tags: ["IM Channels"]
---

# Update IM channel settings

`PATCH /api/workspaces/{id}/im/channels/{channelId}`

## Path parameters

- `id` string, required
- `channelId` string, required

## Request body

- IMChannelPatchRequest
  - `require_mention` boolean, nullable
  - `routing_mode` string, nullable

## Response `200`

OK

- IMChannelPatchResponse
  - `status` string, required

## Other responses

- `400` — bad request
- `403` — not a member
- `404` — channel not found
- `500` — internal error

## Changes

- **2026-05-22** `97b456128ba9` — 1 info
  - endpoint added
- **2026-05-22** `1ba39f384b63` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/agentserver/apis/agentserver-api/changes/api/workspaces/:id/im/channels/:channelId/patch.md)

---

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