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
Example request
{
"channel_standup_time": "11:30"
}Response
successful operation
Example response
{
"channel_standup_time": "11:30"
}