undoChanges
Revert the latest component modifications in Adobe Experience Manager using the job ID. Simplify content management by undoing unwanted changes efficiently.
Instructions
Undo the last component changes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes |
Input Schema (JSON Schema)
{
"properties": {
"jobId": {
"type": "string"
}
},
"required": [
"jobId"
],
"type": "object"
}