Agnostic Guides
...
Developers Guide
Box Endpoints

Update

1min

Link Enterprise provides a web service endpoint that will allow you to update a document or folders metadata.

Update a file or folder metadata
POST
Request
Body Parameters
id
String
required
Unique id of box file or folder.
cmsName
String
required
Name of the box system configured in Link Enterprise.
selectedCMS
String
required
Value should always be set to "box" to let Link Enterprise know which configured content system to search.
type
String
required
Name of metadata template in box.
metaDataFolderFlag
Boolean
required
true if setting metadata for folders false if not setting metadata for folders
mdArray
Array
required
A JSON array where each index is a json object with the keys "md1" and "md2". Where md1 is the column name, and md2 is the value to be inserted in that column.