Revert the revision to the previous version.
| Name | Description | Additional information |
|---|---|---|
| revisionId | Id of the Content page revision |
Define this parameter in the request URI. |
| model | ContentPageRevisionModel model |
Define this parameter in the request body. |
{
"RevisionID": 1,
"ContentPageID": 2,
"UpdatedUser": "sample string 3",
"Description": "sample string 4",
"HtmlText": "sample string 5",
"OldHtml": "sample string 6",
"ContentPageName": "sample string 7",
"UpdateDate": "2025-12-01T18:28:56.7507514+00:00"
}