Webex · Schema

UserHotelingRequestPatch

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
hoteling object Modify person Device Hoteling Setting.
View JSON Schema on GitHub

JSON Schema

webex-userhotelingrequestpatch-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UserHotelingRequestPatch",
  "title": "UserHotelingRequestPatch",
  "type": "object",
  "required": [
    "hoteling"
  ],
  "properties": {
    "hoteling": {
      "$ref": "#/components/schemas/HotelingRequest",
      "description": "Modify person Device Hoteling Setting."
    }
  }
}