Teams

Mark or unmark an inbox as favorite

REQUIRED SCOPES <code>['teams:write']</code><br>Mark or unmark an inbox as favorite

post/teams/favorite

Request body

inbox_typestring required

Type of the inbox

inbox_idinteger required

ID of the inbox

favoriteboolean required

Whether to mark as favorite or not

Response

Successful operation

typestring
messagestring

Example response

{
  "type": "status",
  "message": "Successfully updated."
}

Changes

No recorded changes to this endpoint across all 2 revisions of this API.