update

public final Response<Folder> update(String identifier, String folderId, UpdateFolderRequest requestBody, RequestOverrides overrides)
public final Response<Folder> update(String identifier, String folderId, UpdateFolderRequest requestBody)

Update a Folder

Return

The updated folder

Parameters

identifier

Grant ID or email account in which to update an object.

folderId

The id of the folder to update.

requestBody

The values to update the folder with

overrides

Optional request overrides to apply