Update Folder
workdocs_update_folder | R Documentation |
Updates the specified attributes of the specified folder¶
Description¶
Updates the specified attributes of the specified folder. The user must have access to both the folder and its parent folder, if applicable.
Usage¶
workdocs_update_folder(AuthenticationToken, FolderId, Name,
ParentFolderId, ResourceState)
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. |
Value¶
An empty list.
Request syntax¶
svc$update_folder(
AuthenticationToken = "string",
FolderId = "string",
Name = "string",
ParentFolderId = "string",
ResourceState = "ACTIVE"|"RESTORING"|"RECYCLING"|"RECYCLED"
)