Webex · Schema

BulkUpdateEventThresholdResponse

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
orgId string Unique ID of the organization.
eventThresholds array List of successful updated response
failedEventThresholdIds array List of failed or invalid event threshold IDs.
View JSON Schema on GitHub

JSON Schema

webex-bulkupdateeventthresholdresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BulkUpdateEventThresholdResponse",
  "title": "BulkUpdateEventThresholdResponse",
  "type": "object",
  "properties": {
    "orgId": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi8yYzNjOWY5NS03M2Q5LTQ0NjAtYTY2OC0wNDcxNjJmZjFiYWQ",
      "description": "Unique ID of the organization."
    },
    "eventThresholds": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/UpdateEventThresholdResponse1"
      },
      "description": "List of successful updated response"
    },
    "failedEventThresholdIds": {
      "type": "array",
      "items": {
        "type": "string",
        "example": "Y2lzY29zcGFyazovL3VzL0VWRU5ULzQyN2U5ZTk2LTczYTctNDYwYS04MGZhLTcyNWU4MWE2MDg3ZjowM2ZkYjkzZC1jNTllLTQzMjQtODIwNS1lNDIyYzA3NGQ5Mzg"
      },
      "description": "List of failed or invalid event threshold IDs."
    }
  }
}