Put country

This route can be used to edit country field of all scores posted by a given player.

PUT  /v2/:game/:platform/:user

Route parameters

Key

Description

:game

the game name

:platform

the game platform (e.g. _steam_)

:user

the username

Request body

The request body must be send with the application/json format.

Field

Required

Remarks

country

Yes

A string value

Example:

{
    "country": "nl"
}

Response

Code

Remarks

204

All player scores have been updated with the given country

400

Missing or invalid required field, missing header or invalid signature (see error message)

401

Authentication failed

500

Internal error