Webex · Schema

WebexSettingsModel

Create Or Update Organization Webex Settings

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
env string Webex Environment Name
View JSON Schema on GitHub

JSON Schema

webex-webexsettingsmodel-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/WebexSettingsModel",
  "title": "WebexSettingsModel",
  "type": "object",
  "properties": {
    "env": {
      "type": "string",
      "description": "Webex Environment Name",
      "example": "qaus1"
    }
  },
  "description": "Create Or Update Organization Webex Settings"
}