v1
latestOpenAPI 3.0.32026-08-061874701.5 MBautomationRules
Update an automation rule
Updates an existing automation rule.
When sending an AutomationRule, you must always specify action.type and it must match the existing rule type.
put/sheets/{sheetId}/automationrules/{automationRuleId}
Headers
Content-Typestring
Required for POST and PUT requests. Defines the structure for the request body.
Request body
Example request
{
"createdBy": {
"email": "jane.doe@smartsheet.com",
"name": "Jane Doe"
},
"modifiedBy": {
"email": "jane.doe@smartsheet.com",
"name": "Jane Doe"
}
}Response
Result object containing the updated AutomationRule object
Example response
{
"message": "SUCCESS",
"result": {
"createdBy": {
"email": "jane.doe@smartsheet.com",
"name": "Jane Doe"
},
"modifiedBy": {
"email": "jane.doe@smartsheet.com",
"name": "Jane Doe"
}
}
}