This commit is contained in:
Taylor Wilsdon
2026-02-08 19:00:52 -05:00
parent 47443730df
commit 5340887658
3 changed files with 33 additions and 24 deletions

View File

@@ -1343,7 +1343,7 @@ async def _get_paragraph_start_indices_in_range(
service.documents()
.get(
documentId=document_id,
fields="body/content(startIndex,endIndex,paragraph(bullet))",
fields="body/content(startIndex,endIndex,paragraph)",
)
.execute
)