Google Docs · Schema

InsertTextRequest

Inserts text at the given location.

CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

Properties

Name Type Description
text string The text to be inserted. Inserting a newline character will implicitly create a new Paragraph at that index.
View JSON Schema on GitHub

JSON Schema

google-docs-v1-insert-text-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "InsertTextRequest",
  "type": "object",
  "description": "Inserts text at the given location.",
  "properties": {
    "text": {
      "type": "string",
      "description": "The text to be inserted. Inserting a newline character will implicitly create a new Paragraph at that index."
    }
  }
}