latestOpenAPI 3.0.02026-08-10416661.5 MB

e96b3e58b041

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"
}