v1

latestOpenAPI 3.0.12026-07-24210349345.4 KB
Player Profile

Update Player Display Name

Updates the player's display name. Names must be unique within a tenant.

put/player-profiles/brand/{brandId}/player/{playerId}/name

Path parameters

brandIdstring uuid required
Example:aebb6a6a-bdef-480f-8096-e13f9c3d4969

Brand UUID returned by GET /brands/default/{tenantId}.

playerIdstring required
Example:player-123

Your internal player/customer identifier.

Request body

namestring required

New display name. 1 to 50 characters.

Response

Name updated. Empty body.