---
title: "Update a channel"
method: PATCH
path: "/v1/domains/{domainId}/channels/{channelId}"
tags: ["Event Distribution Service"]
---

# Update a channel

`PATCH /v1/domains/{domainId}/channels/{channelId}`

## Path parameters

- `domainId` string, required
- `channelId` string, required

## Request body

- EDSChannelUpdate
  - `name` string
  - `supportedEventTypes` string[]
  - `status` 'active' | 'disabled'
  - `maxRetries` integer
  - `lastUpdatedBy` string, uuid

## Response `200`

OK

---

[API](https://skmtc.net/ripple/apis/ripple-custody-api.md) · [All operations](https://skmtc.net/ripple/apis/ripple-custody-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ripple/ripple-custody-api/versions/0b55c0ddf07a/schema)
