Google Docs · Schema

UpdateDocumentStyleRequest

Updates the DocumentStyle.

CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

Properties

Name Type Description
fields string The fields that should be updated.
tabId string The tab that contains the style to update.
View JSON Schema on GitHub

JSON Schema

google-docs-v1-update-document-style-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "UpdateDocumentStyleRequest",
  "type": "object",
  "description": "Updates the DocumentStyle.",
  "properties": {
    "fields": {
      "type": "string",
      "description": "The fields that should be updated."
    },
    "tabId": {
      "type": "string",
      "description": "The tab that contains the style to update."
    }
  }
}