updateVipServerVoiceSettings
Updates voice settings for a vip server.
Parameters
Name | Type | Description |
---|---|---|
vipServerId | Identifier | The ID of the vip server to update voice settings for. |
enabled | boolean | If 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