Reset Multiple For All Players¶
Resets achievements with the given IDs for all players.
Warning
Only an Admin user can call this method.
HTTP request¶
POST https://megamify.com/api/v1/management/achievement/resetMultipleForAllPlayers/
Headers¶
See Security section of the Getting Started.
Body¶
| Name | Required | Type | Description | 
|---|---|---|---|
| achievement_ids | True | list | The Achievement IDs to reset | 
Response¶
Status: 200 OK
If successful, this method returns an empty response body.