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"
}Changes
Changed in 4 of the 33 revisions of this API.16
- ○
added the non-success response with the status
404response-non-success-status-added
- ○
removed the non-success response with the status
403response-non-success-status-removed
- ○
removed the non-success response with the status
500response-non-success-status-removed
- ○
- ○
the endpoint scheme security
Authwas added to the APIapi-security-added
- ○
the endpoint scheme security
JWTwas removed from the APIapi-security-removed
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲