Reset For All Players¶
Resets player statistics for the game with the given ID for all players.
Warning
Only an Admin user can call this method.
HTTP request¶
POST https://megamify.com/api/v1/management/statistic/:statistic_id/resetForAllPlayers/
Parameters¶
Name | Required | Type | Description |
---|---|---|---|
statistic_id | True | int | The Statistic ID |
Headers¶
See Security section of the Getting Started.
Body¶
Do not supply a request body with this method.
Response¶
Status: 200 OK
If successful, this method returns an empty response body.