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