v1
latestOpenAPI 3.0.32026-08-061874701.5 MBcomments
Edit a comment
Updates the text of a comment. NOTE: Only the user that created the comment is permitted to update it.
put/sheets/{sheetId}/comments/{commentId}
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": {
"attachments": [
{
"mimeType": "PNG",
"createdBy": {
"email": "jane.doe@smartsheet.com",
"name": "Jane Doe"
}
}
],
"createdBy": {
"email": "jane.doe@smartsheet.com",
"name": "Jane Doe"
}
}
}