azisaba-graph 0.1.0-rc.2

An API for connecting and sharing data across Azisaba Network.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# UpdatePlayerByIdRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**discord_id** | Option<**String**> | The Discord user ID linked to the player, or `null` if no Discord account is linked or the API key lacks the `players:read-details` scope. | [optional]
**status** | Option<**Status**> | The player's online status. (enum: online, offline) | [optional]
**current_server** | Option<**String**> | The server to which the player is currently connected, or `null` if the player is offline. | [optional]
**bio** | Option<**String**> | The player's biography of up to 160 characters, or `null` if it is not set. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)