Rest API
Restore a content library change
POST /api/v1/wiki/change-log/{id}/restore
POST
/api/v1/wiki/change-log/{id}/restore
Roll a page back to one side of a logged change.
Notes
targetpicks which snapshot to write back:beforeundoes the change,afterre-applies it. Anything other thanafteris treated asbefore- The restore is itself recorded in the change log
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
integer
Numeric change-log entry id.
Header Parameters
Section titled “Header Parameters ” x-api-key
required
string
Your API key from account settings.
x-user-email
required
string
The email address of your user.
x-account-id
required
string
The ID of your account. You can find this in the account settings.
x-website-id
required
string
The ID of the workspace you want to use.
Request Body
Section titled “Request Body ”object
target
string
Example
{ "target": "before"}Responses
Section titled “ Responses ”The change was restored.
object
id
integer
restored
boolean
Unauthorized - invalid API key.
Bad request - missing websiteId, or an invalid change-log id.