Webex · Schema

ModifyCallRecordingTermsOfServiceObject

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
termsOfServiceEnabled boolean Whether or not the call recording terms of service are enabled.
View JSON Schema on GitHub

JSON Schema

webex-modifycallrecordingtermsofserviceobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ModifyCallRecordingTermsOfServiceObject",
  "title": "ModifyCallRecordingTermsOfServiceObject",
  "type": "object",
  "required": [
    "termsOfServiceEnabled"
  ],
  "properties": {
    "termsOfServiceEnabled": {
      "type": "boolean",
      "example": true,
      "description": "Whether or not the call recording terms of service are enabled."
    }
  }
}