Teams
Automatically calculate team's member count
put/teams/{id}
Path parameters
idstring required
Id identifier
Request body
Example request
{
"team": {
"automatically_calculate_team_members_count": true
}
}Response
Successful operation
Id identifier
{
"team": {
"automatically_calculate_team_members_count": true
}
}Successful operation