Update¶
Update a player statistic with the given ID.
HTTP request¶
PUT https://megamify.com/api/v1/player/statistic/:player_statistic_id/
Parameters¶
Name | Required | Type | Description |
---|---|---|---|
player_statistic_id | True | int | The PlayerStatistic ID |
Headers¶
See Security section of the API Reference.
Body¶
Name | Required | Type | Description |
---|---|---|---|
value | True | int | The new value |
Response¶
Status: 200 OK
If successful, this method returns a PlayerStatistic object in the response body.