Zoom · JSON Structure

Zoom Meeting Meeting Update Request Structure

Type: object Properties: 8
ChatCollaborationCommunicationsMeetingsVideo ConferencingVideosWebinars

MeetingUpdateRequest is a JSON Structure definition published by Zoom, describing 8 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

topic start_time duration schedule_for timezone password agenda tracking_fields

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "MeetingUpdateRequest",
  "type": "object",
  "properties": {
    "topic": {
      "type": "string"
    },
    "start_time": {
      "type": "string"
    },
    "duration": {
      "type": "integer"
    },
    "schedule_for": {
      "type": "string"
    },
    "timezone": {
      "type": "string"
    },
    "password": {
      "type": "string"
    },
    "agenda": {
      "type": "string"
    },
    "tracking_fields": {
      "type": "array"
    }
  }
}