Teams

Mute or unmute a team for the authenticated user

REQUIRED SCOPES <code>['teams:write']</code><br>Mute or unmute a team for the authenticated user

post/teams/{team}/mute

Path parameters

teaminteger required

ID of the team

Request body

is_mutedboolean

True to mute, false to unmute

Response

Successful operation

statusstring

Example response

{
  "status": "success"
}

Changes