# Update proof status Sets the proof status as either complete or incomplete. Endpoint: PUT /sheets/{sheetId}/proofs/{proofId} Version: 2.0.0 Security: APIToken, OAuth2 ## Path parameters: - `sheetId` (number, required) ID of the sheet being accessed. - `proofId` (string, required) ID of the original proof. ## Header parameters: - `Authorization` (string) API Access Token used to authenticate requests to Smartsheet APIs. - `smartsheet-integration-source` (string) Uses the following metadata to distinguish between human-initiated API requests and third-party service-initiated calls by AI Connectors or ITSM: - Integration source type - Organization name - Integration source name Format: TYPE,OrgName,SourceName Examples: AI,SampleOrg,My-AI-Connector-v2 SCRIPT,SampleOrg2,Accounting-updater-script APPLICATION,SampleOrg3,SheetUpdater Example: "AI,SampleOrg,My-AI-Connector-v2" ## Request fields (application/json): - `isCompleted` (boolean) ## Response 200 fields (application/json): - `id` (number) Proof ID of the proof version. - `originalId` (number) Proof ID of the original proof version. - `name` (string) Proof name. This is the same as primary column value. If the primary column value is empty, name is empty. - `type` (string) File type for the proof version. Enum: "DOCUMENT", "IMAGE", "MIXED", "NONE", "VIDEO" - `documentType` (string) If type=DOCUMENT, then this indicates the type of file, such as PDF. - `proofRequestUrl` (string) URL to review a proofing request. - `version` (number) The version number of the proof. - `lastUpdatedAt` (any) - `lastUpdatedBy` (object) User object containing name and email of the user who last updated the proof. - `lastUpdatedBy.email` (string) Example: "jane.doe@smartsheet.com" - `lastUpdatedBy.name` (string) Example: "Jane Doe" - `isCompleted` (boolean) Indicates whether the proof is completed. - `attachments` (array) Array of Attachment objects. Only returned if the include query string parameter contains attachments. - `attachments.id` (number) Attachment ID. - `attachments.parentId` (number) The ID of the parent. - `attachments.attachmentType` (string) Attachment type. Note--Dropbox, Egnyte, and Evernote are not supported for Smartsheet.gov accounts. Enum: "BOX_COM", "DROPBOX", "EGNYTE", "EVERNOTE", "FILE", "GOOGLE_DRIVE", "LINK", "ONEDRIVE", "TRELLO" - `attachments.attachmentSubType` (string) Attachment sub type. Note--Folder type is for EGNYTE values and the rest are GOOGLE_DRIVE values. Enum: "DOCUMENT", "DRAWING", "FOLDER", "PDF", "PRESENTATION", "SPREADSHEET" - `attachments.mimeType` (string) Attachment MIME type. Example: "PNG" - `attachments.parentType` (string) The type of object the attachment belongs to. Enum: "COMMENT", "PROOF", "ROW", "SHEET" - `attachments.createdAt` (any) - `attachments.createdBy` (object) User object containing name and email of the user who created this attachment. - `attachments.name` (string) Attachment name. - `attachments.sizeInKb` (number) The size of the file, if the attachmentType is FILE. - `attachments.url` (string) Attachment temporary URL (files only). - `attachments.urlExpiresInMillis` (number) Attachment temporary URL time to live (files only). - `discussions` (array) Array of Discussion objects. Only returned if the include query string parameter contains discussions. - `discussions.accessLevel` (string) Enum: "ADMIN", "COMMENTER", "EDITOR", "EDITOR_SHARE", "OWNER", "VIEWER" - `discussions.id` (number) Discussion ID. - `discussions.comments` (array) Array of comments in discussion. Only returned if the include query string parameter contains comments. - `discussions.comments.attachments` (array) Array of attachments on comments. - `discussions.comments.createdBy` (object) User object containing name and email of the creator of this comment. - `discussions.comments.discussionId` (number) Discussion ID of discussion that contains comment. - `discussions.comments.id` (number) Comment ID. - `discussions.comments.modifiedAt` (any) - `discussions.comments.text` (string) Comment body. - `discussions.commentAttachments` (array) Array of attachments on discussion comments. Only returned if the include query string parameter contains attachments. - `discussions.commentCount` (number) Number of comments in the discussion. - `discussions.createdBy` (object) User object containing name and email of the user who created the discussion. - `discussions.lastCommentedAt` (any) - `discussions.lastCommentedUser` (object) User object containing name and email of the user who last commented on the discussion. - `discussions.parentId` (number) The ID of the associated row or sheet. - `discussions.parentType` (string) Type of parent object. Enum: "ROW", "SHEET" - `discussions.readOnly` (boolean) Indicates whether the user can modify the discussion. - `discussions.title` (string) Title automatically created by duplicating the first 100 characters of top-level comment.