Webex · Schema

LocationDeviceDynamicSettingsListPostRequest

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
tags array Optional array of device tag identifiers to request settings for. Each identifier must have a length between 1 and 64 characters.
View JSON Schema on GitHub

JSON Schema

webex-locationdevicedynamicsettingslistpostrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LocationDeviceDynamicSettingsListPostRequest",
  "title": "LocationDeviceDynamicSettingsListPostRequest",
  "type": "object",
  "properties": {
    "tags": {
      "type": "array",
      "items": {
        "type": "string",
        "minLength": 1,
        "maxLength": 64
      },
      "description": "Optional array of device tag identifiers to request settings for. Each identifier must have a length between 1 and 64 characters.",
      "minItems": 0
    }
  }
}