Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion smartsheet/sheets.py
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ def get_sheet(
include (list[str]): A comma-separated list of
optional elements to include in the response. Valid list
values: attachments, columnType, crossSheetReferences, discussions, filters,
filterDefinitions, format, objectValue, ownerInfo, rowPermalink,
filterDefinitions, format, objectValue, ownerInfo, proofs, rowPermalink,
rowWriterInfo (deprecated - use writerInfo), source, summary, writerInfo.
exclude (str): Response will not include cells
that have never contained any data.
Expand Down
Loading