#
/metadata
#
Route Details
#
POST /metadata
Changes metadata for files/folders specified.
Only available if both database.enabled and database.features.metadata.enabled options are set to true in config.yaml.
#
Request
Method:
HTTP POSTRequest body:
Only
descriptionandcolorare considered valid metadata.{ "pathToFiles": ["/[TESTING_ONLY]"], // Path of files to modify metadata of "newMetadata": { "description": "Some description", "color": "#FFFFFF" } }