Reset¶
Resets the achievement with the given ID for the specified player.
Warning
Only an Admin user can call this method.
HTTP request¶
POST https://megamify.com/api/v1/management/achievement/:achievement_id/reset/
Parameters¶
Name | Required | Type | Description |
---|---|---|---|
achievement_id | True | int | The Achievement 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.