channel

チャンネルの情報を変更します。

patch/channels/{channelID}

Request body

namestring

チャンネル名

visibilityboolean

変更後のvisibility

forceboolean

強制通知かどうか

Example request

{
  "name": "gps",
  "visibility": true
}

Response

正常に変更ができました。

Changes