Skip to content

Create

Insert a new statistic for the currently authenticated player.

HTTP request

POST https://megamify.com/api/v1/player/statistic/

Headers

See Security section of the API Reference.

Body

Name Required Type Description
player True int The Player ID
statistic True int The Statistic ID
value True int The Statistic value

Response

Status: 201 Created

If successful, this method returns a PlayerStatistic object in the response body.