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