Webex · Schema

DeviceDynamicSettingsListPostRequest

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
tags array Optional array of tag identifiers representing specific settings to fetch. If omitted or provided as an empty array, all settings for the device will be returned.
View JSON Schema on GitHub

JSON Schema

webex-devicedynamicsettingslistpostrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DeviceDynamicSettingsListPostRequest",
  "title": "DeviceDynamicSettingsListPostRequest",
  "type": "object",
  "properties": {
    "tags": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Optional array of tag identifiers representing specific settings to fetch. If omitted or provided as an empty array, all settings for the device will be returned.",
      "minItems": 0
    }
  }
}