For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Was this helpful?