Player

Represents the player details.

Attributes

Name
Type
Description

id

uuid

Player ID.

name

string

Player name.

Response JSON
{
    "id": "fef9d862-206c-4bce-87b9-2707a03ecb41",
    "name": "Eliran Atar"
}

Last updated