Authorization: Bearer ********************
{
"isEnabled": true,
"globalServerName": "string",
"whisperServerName": "string",
"chatCommandPrefix": "string",
"chatCommandSeparator": "string",
"handleChatMessageError": "string",
"teleZombieCheck": true,
"teleDisableTip": "string",
"killZombieTrigger": {
"isEnabled": true,
"executeCommands": [
"string"
]
},
"deathTrigger": {
"isEnabled": true,
"executeCommands": [
"string"
]
},
"autoRestart": {
"isEnabled": true,
"restartHour": 0,
"restartMinute": 0,
"messages": [
"string"
]
},
"blockFamilySharingAccount": true,
"removeSleepingBagFromPOI": true,
"isEnablePlayerInitialSpawnPoint": true,
"playerInitialPosition": "string",
"enableAutoZombieCleanup": true,
"autoZombieCleanupThreshold": 0,
"enableXmlsSecondaryOverwrite": true
}
curl --location --request PUT '/api/Settings/GlobalSettings' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"isEnabled": true,
"globalServerName": "string",
"whisperServerName": "string",
"chatCommandPrefix": "string",
"chatCommandSeparator": "string",
"handleChatMessageError": "string",
"teleZombieCheck": true,
"teleDisableTip": "string",
"killZombieTrigger": {
"isEnabled": true,
"executeCommands": [
"string"
]
},
"deathTrigger": {
"isEnabled": true,
"executeCommands": [
"string"
]
},
"autoRestart": {
"isEnabled": true,
"restartHour": 0,
"restartMinute": 0,
"messages": [
"string"
]
},
"blockFamilySharingAccount": true,
"removeSleepingBagFromPOI": true,
"isEnablePlayerInitialSpawnPoint": true,
"playerInitialPosition": "string",
"enableAutoZombieCleanup": true,
"autoZombieCleanupThreshold": 0,
"enableXmlsSecondaryOverwrite": true
}'
{}