Skip to content

Restore Document Versions

workdocs_restore_document_versions R Documentation

Recovers a deleted version of an Amazon WorkDocs document

Description

Recovers a deleted version of an Amazon WorkDocs document.

Usage

workdocs_restore_document_versions(AuthenticationToken, DocumentId)

Arguments

AuthenticationToken

Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.

DocumentId

[required] The ID of the document.

Value

An empty list.

Request syntax

svc$restore_document_versions(
  AuthenticationToken = "string",
  DocumentId = "string"
)