Updates the specified attributes of a document
Source:R/workdocs_operations.R
workdocs_update_document.RdUpdates the specified attributes of a document. The user must have access to both the document and its parent folder, if applicable.
See https://www.paws-r-sdk.com/docs/workdocs_update_document/ for full documentation.
Usage
workdocs_update_document(
AuthenticationToken = NULL,
DocumentId,
Name = NULL,
ParentFolderId = NULL,
ResourceState = NULL
)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.
- Name
The name of the document.
- ParentFolderId
The ID of the parent folder.
- ResourceState
The resource state of the document. Only ACTIVE and RECYCLED are supported.