Google Docs · Schema

UpdateSectionStyleRequest

Updates the SectionStyle.

CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

Properties

Name Type Description
fields string The fields that should be updated.
View JSON Schema on GitHub

JSON Schema

google-docs-v1-update-section-style-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "UpdateSectionStyleRequest",
  "type": "object",
  "description": "Updates the SectionStyle.",
  "properties": {
    "fields": {
      "type": "string",
      "description": "The fields that should be updated."
    }
  }
}