Webex · Schema

DeviceDynamicSettingsPutRequest

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
tags array Optional array of `tag` identifiers representing specific settings to update. If omitted or provided as an empty array, the request will have no effect.
View JSON Schema on GitHub

JSON Schema

webex-devicedynamicsettingsputrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DeviceDynamicSettingsPutRequest",
  "title": "DeviceDynamicSettingsPutRequest",
  "type": "object",
  "properties": {
    "tags": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/DevicePutItem"
      },
      "description": "Optional array of `tag` identifiers representing specific settings to update. If omitted or provided as an empty array, the request will have no effect.",
      "minItems": 0
    }
  }
}