Updates 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.
workdocs_update_folder(
AuthenticationToken = NULL,
FolderId,
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 folder.
The name of the folder.
The ID of the parent folder.
The resource state of the folder. Only ACTIVE and RECYCLED are accepted values from the API.