From 4dcee70cda829e677a4a97dcaac06df2d61f6fdc Mon Sep 17 00:00:00 2001 From: Ivan Sandev Date: Tue, 21 Jul 2026 15:04:37 +0300 Subject: [PATCH] Document proofs include value for get_sheet --- smartsheet/sheets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smartsheet/sheets.py b/smartsheet/sheets.py index 78b1cd1..26f19c4 100644 --- a/smartsheet/sheets.py +++ b/smartsheet/sheets.py @@ -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.