Create¶
Awards this rank for the currently authenticated player.
HTTP request¶
POST https://megamify.com/api/v1/player/rank/
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 |
| rank | True | int | The Rank ID |
Response¶
Status: 201 Created
If successful, this method returns a PlayerRank object in the response body.