Skip to content

Commit d8b982d

Browse files
committed
Fix link
1 parent 80cc8e1 commit d8b982d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pages/toolkits/productivity/google_sheets.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Searches for spreadsheets in the user's Google Drive based on the titles and con
172172
- **search_only_in_shared_drive_id** (`string`, optional) The ID of the shared drive to restrict the search to. If provided, the search will only return spreadsheets from this drive. Defaults to None, which searches across all drives.
173173
- **include_shared_drives** (`boolean`, optional) Whether to include spreadsheets from shared drives. Defaults to False (searches only in the user's 'My Drive').
174174
- **include_organization_domain_spreadsheets** (`boolean`, optional) Whether to include spreadsheets from the organization's domain. This is applicable to admin users who have permissions to view organization-wide spreadsheets in a Google Workspace account. Defaults to False.
175-
- **order_by** (`Enum` [OrderBy](/toolkits/productivity/googlesheets/reference#OrderBy), optional) Sort order. Defaults to listing the most recently modified spreadsheets first
175+
- **order_by** (`Enum` [OrderBy](/toolkits/productivity/google_sheets/reference#orderby), optional) Sort order. Defaults to listing the most recently modified spreadsheets first
176176
- **limit** (`integer`, optional) The maximum number of spreadsheets to list. Defaults to 10. Max is 50
177177
- **pagination_token** (`string`, optional) The pagination token to continue a previous request
178178

0 commit comments

Comments
 (0)