Roll back a post to a previous revision
esa_rollback_post_revisionRoll back a post to a specified revision, saving the restored content as a new revision.
Instructions
Rolls back a post to the specified revision, saving the restored content as a new revision.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wip | No | WIP state after rollback. Defaults to the target revision's WIP state | |
| message | No | Change message for the rollback | |
| teamName | No | Team name (required). Use esa_get_teams first to see available teams. | |
| postNumber | Yes | The post number to roll back | |
| revisionNumber | Yes | The revision number to roll back to, e.g. the revision_number from esa_get_post before your edits |