Cisco Webex · Schema

UpdateDeviceRequest

CollaborationCommunicationsMeetingsMessagingTeamsVideo Conferencing

Properties

Name Type Description
displayName string Updated display name for the device.
upgradeChannel string Updated upgrade channel.
tags array Updated tags for the device.
View JSON Schema on GitHub

JSON Schema

cisco-webex-updatedevicerequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateDeviceRequest",
  "title": "UpdateDeviceRequest",
  "type": "object",
  "properties": {
    "displayName": {
      "type": "string",
      "description": "Updated display name for the device."
    },
    "upgradeChannel": {
      "type": "string",
      "description": "Updated upgrade channel."
    },
    "tags": {
      "type": "array",
      "description": "Updated tags for the device.",
      "items": {
        "type": "string"
      }
    }
  }
}