Agnostic Guides
...
Developers Guide
S3 Endpoints
Update
1min
Link Enterprise provides a web service endpoint that will allow you to update a document or folders metadata.
POST
Request
Body Parameters
id
required
String
Unique id of s3 file.
cmsName
required
String
Name of the s3 system configured in Link Enterprise.
selectedCMS
required
String
Value should always be set to "s3" to let Link Enterprise know which configured content system to search.
mdArray
required
Array
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.
location
required
String
S3 Bucket name where you want to update the document.