Version 1.3 - Updated on 11/17/2016
deleteTags(requestObject)
Deletes a file or folder’s tags.
requestObject
— Callbacks and parametersrequestObject.path
— Path to the folder for which the tags are to be retrieved.requestObject.success
— Callback function. Returns the response in the first argument.requestObject.failure
— Callback function. Returns the response in the first argument.getTags(requestObject)
Retrieves a file or folder’s tags.
requestObject
— callbacks and parameters.requestObject.path
— Path to the folder for which the tags are to be retroeved.requestObject.success
— Callback function. Returns the response in the first argument.requestObject.failure
— Callback function. Returns the response in the first argument.updateTags(requestObject)
Updates a file or folder’s tags.
requestObject
— Callbacks and parameters.requestObject.path
— Path to the folder for which the tags are to be updated.requestObject.success
— Callback function. Returns the response in the first argument.requestObject.failure
— Callback function. Returns the response in the first argument.requestObject.createVersion
— If set to true, creates a new version of the file or folder. Default is false.requestObject.tags
— String tagrequestObject.uri
— URI of the resource. This is a URI value obtained from a call to GET /fullivew
API or GET /metadata API
.Copyright © 2015-2017, Verizon and/or its Licensors. All rights reserved.