v1
latestOpenAPI 3.0.32026-08-061874701.5 MBproofs
Update proof status
Sets the proof status as either complete or incomplete.
put/sheets/{sheetId}/proofs/{proofId}
Request body
Response
SUCCESS
Example response
{
"lastUpdatedBy": {
"email": "jane.doe@smartsheet.com",
"name": "Jane Doe"
},
"attachments": [
{
"mimeType": "PNG",
"createdBy": {
"email": "jane.doe@smartsheet.com",
"name": "Jane Doe"
}
}
],
"discussions": [
{
"comments": [
{
"attachments": [
{
"mimeType": "PNG",
"createdBy": {
"email": "jane.doe@smartsheet.com",
"name": "Jane Doe"
}
}
],
"createdBy": {
"email": "jane.doe@smartsheet.com",
"name": "Jane Doe"
}
}
],
"commentAttachments": [
{
"mimeType": "PNG",
"createdBy": {
"email": "jane.doe@smartsheet.com",
"name": "Jane Doe"
}
}
],
"createdBy": {
"email": "jane.doe@smartsheet.com",
"name": "Jane Doe"
},
"lastCommentedUser": {
"email": "jane.doe@smartsheet.com",
"name": "Jane Doe"
}
}
]
}