Google Docs · Schema

BatchUpdateDocumentRequest

Request message for BatchUpdateDocument.

CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

Properties

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

JSON Schema

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