Updating a Folder

You can use the update call to update the metadata of a folder.

Sample URL

https://hostname:port/context/rest/v2/documents/update/{id}

Method

POST

Parameters

Parameter Description
id The ID of the document.

This parameter is required if the path parameter is not present.

path The fully qualified File Share path name.

This parameter is required if the id parameter is not present; otherwise, it is ignored.

name Optional.

The folder name.

comments Optional.

Comments on the folder.

confidential Optional.

The acceptable values are true and false.

Response

The call returns the metadata for the folder.