{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ApplicationsSettingPut", "title": "ApplicationsSettingPut", "type": "object", "properties": { "ringDevicesForClickToDialCallsEnabled": { "type": "boolean", "example": true, "description": "When `true`, indicates to ring devices for outbound Click to Dial calls." }, "ringDevicesForGroupPageEnabled": { "type": "boolean", "example": true, "description": "When `true`, indicates to ring devices for inbound Group Pages." }, "ringDevicesForCallParkEnabled": { "type": "boolean", "example": true, "description": "When `true`, indicates to ring devices for Call Park recalled." }, "browserClientEnabled": { "type": "boolean", "example": true, "description": "If `true`, the browser Webex Calling application is enabled for use." }, "desktopClientEnabled": { "type": "boolean", "example": true, "description": "If `true`, the desktop Webex Calling application is enabled for use." }, "tabletClientEnabled": { "type": "boolean", "example": true, "description": "If `true`, the tablet Webex Calling application is enabled for use." }, "mobileClientEnabled": { "type": "boolean", "example": true, "description": "If `true`, the mobile Webex Calling application is enabled for use." } } }