PlaySuper LogoPlaySuper
API ReferenceSwaggerPlayer

Update player profile

PUT
/player
AuthorizationBearer <token>

In: header

Header Parameters

x-api-keystring

Game API Key

namestring

name of the player

usernamestring

username of the player

playerIdentifierarray<string>

identifiers of the player

Response Body

curl -X PUT "https://api.playsuper.club/player" \  -H "x-api-key: string" \  -H "Content-Type: application/json" \  -d '{    "name": "abhishek bachan",    "username": "cool dude 69",    "playerIdentifier": [      "cool dude 69",      "googleplay1234"    ]  }'
Empty
Empty