Webex · Schema

GeneralSettingsModel

Create Or Update Organization General Settings

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
dataRetentionDays integer Data Retention Days
View JSON Schema on GitHub

JSON Schema

webex-generalsettingsmodel-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GeneralSettingsModel",
  "title": "GeneralSettingsModel",
  "type": "object",
  "properties": {
    "dataRetentionDays": {
      "type": "integer",
      "description": "Data Retention Days",
      "format": "int32",
      "example": 365
    }
  },
  "description": "Create Or Update Organization General Settings"
}