Skip to content

Commit

Permalink
Update docs for fetch_sheet_metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilman committed Mar 15, 2023
1 parent 468cdef commit 855443b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gspread_asyncio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -701,13 +701,14 @@ async def export(self, format=gspread.utils.ExportFormat.PDF) -> bytes:
)

async def fetch_sheet_metadata(self, params: dict = None) -> dict:
"""
"""Retrieve spreadsheet metadata.
:param dict params: (optional) `Query parameters`_.
:returns: `Response body`_.
:rtype: dict
.. versionadded:: 1.8.1
"""
return await self.agcm._call(self.ss.fetch_sheet_metadata, params=params)

Expand Down

0 comments on commit 855443b

Please sign in to comment.