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-04-28T02:12:03.4822501+00:00"
}