Google Slides · Schema

BatchUpdatePresentationRequest

Request message for BatchUpdatePresentation.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

Name Type Description
requests array A list of updates to apply to the presentation.
View JSON Schema on GitHub

JSON Schema

google-slides-batch-update-presentation-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BatchUpdatePresentationRequest",
  "type": "object",
  "description": "Request message for BatchUpdatePresentation.",
  "properties": {
    "requests": {
      "type": "array",
      "description": "A list of updates to apply to the presentation."
    }
  }
}