Restores the document with the specified id from the trash.
Please note that, after a successful response, this method will trigger a number of events that will
eventually update/recreate the document and the related entities such as document versions or its content.
<Check><b>Required Permissions</b>: The user has at least `manage` permissions for this document.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Path parameters
documentId
The id of the document to restore.
Query parameters
alsoRestoreChildren
Whether all children of this document should be restored.
Response
OK