Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Contains the new base Reputation scores to which a user's existing scores should be changed.
ResetReputation
The ResetReputation object has the following specification.
| Member | Type | Description |
|---|---|---|
| fairplayReputation | number | The desired new base Fairplay Reputation score for the user (valid range 0 to 75). |
| commsReputation | number | The desired new base Comms Reputation score for the user (valid range 0 to 75). |
| userContentReputation | number | The desired new base UserContent Reputation score for the user (valid range 0 to 75). |
Sample JSON syntax
{
"fairplayReputation": 75,
"commsReputation": 75,
"userContentReputation": 75
}