Create and edit Google Docs documents programmatically with text formatting and structure
action
- The operation to perform on documentstitle
(required) - Title for the new documentdocument-id
(required) - The ID of the document to modifytext
(required) - Text content to insertindex
(required) - Position where text should be inserted (1 for beginning)document-id
(required) - The ID of the document to modifysections
(required) - List of sections with their content and positionsformat-type
(optional) - Formatting to apply (e.g., bullets, numbering)document-id
(required) - The ID of the document to modifystart-index
(required) - Starting position of text to formatend-index
(required) - Ending position of text to formatbullet-style
(optional) - Bullet style (default: BULLET_DISC_CIRCLE)document-id
(required) - The ID of the document to modifyrequests
(required) - List of modification requests to apply