Classic APIs
ClassicGamesApi
updateVipServerVoiceSettings

updateVipServerVoiceSettings

Updates voice settings for a vip server.

Parameters

NameTypeDescription
vipServerIdIdentifierThe ID of the vip server to update voice settings for.
enabledbooleanIf voice settings should be enabled.

Example

const { data: serverInfo } = await ClassicGamesApi.updateVipServerVoiceSettings({
  vipServerId: 1630945839,
  enabled: true,
}); 

Example Data

{ enabled: true } 

Endpoint

PATCH /v1/vip-servers/{vipServerId}/voicesettings