Skip to main content

Update channel

PATCH 

/api/v1/notifications/channels/{channelId}

Update channel configuration (partial update supported).

Parameters

  • channelId (string, required): Channel identifier (format: channel_xxx)

Request Body

Channel update data (all fields optional).

Responses

  • 200 OK: Channel updated successfully.
  • 404 Not Found: Channel not found.
  • 400 Bad Request: Validation error.
  • 503 Service Unavailable: Channel validation failed.

Request

Responses

Channel updated successfully