v1
latestOpenAPI 3.0.32026-08-061874701.5 MBproofs
Create proof version
Creates a proof version. Proof ID must be for the original proof.
post/sheets/{sheetId}/proofs/{proofId}/versions
Headers
Content-Typestring
Required for POST and PUT requests. Defines the structure for the request body.
Request body
Response
SUCCESS
Example response
{
"message": "SUCCESS",
"result": {
"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"
}
}
]
}
}