Agnostic Guides
...
docuflow SCRUD Web Services
Box Endpoints

Update

1min

Docuflow 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 docuflow.
selectedCMS
String
required
Value should always be set to "box" to let docuflow 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.




Updated 03 Mar 2023
Doc contributor
Did this page help you?