v1

latestSwagger 2.0Apache 2.02026-07-1717715.4 KB
channels

Updates a channel in the database

patch/v1/channels/{id}

Path parameters

idinteger required

id of channel that needs to be updated

Request body

idinteger
channelNamestring
channel_idstring
channel_standup_timestring

Example request

{
  "channel_standup_time": "11:30"
}

Response

successful operation

idinteger
channelNamestring
channel_idstring
channel_standup_timestring

Example response

{
  "channel_standup_time": "11:30"
}