This commit is contained in:
Taylor Wilsdon
2026-02-08 18:53:47 -05:00
parent be6a42e6e5
commit 47443730df
4 changed files with 74 additions and 17 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)",
fields="body/content(startIndex,endIndex,paragraph(bullet))",
)
.execute
)