Updates 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.
workdocs_update_document(
AuthenticationToken = NULL,
DocumentId,
Name = NULL,
ParentFolderId = NULL,
ResourceState = NULL
)
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
[required] The ID of the document.
The name of the document.
The ID of the parent folder.
The resource state of the document. Only ACTIVE and RECYCLED are supported.