Create¶
Unlocks this achievement for the currently authenticated player.
HTTP request¶
POST https://megamify.com/api/v1/player/badge/
Headers¶
See Security section of the API Reference.
Body¶
| Name | Required | Type | Description |
|---|---|---|---|
| game | True | int | The Game ID |
| player | True | int | The Player ID |
| badge | True | int | The Achievement ID |
Response¶
Status: 201 Created
If successful, this method returns a PlayerAchievement object in the response body.