# UpdatePlayerByIdRequest
## Properties
**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 online status of the player. (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)