#
/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 POST
Request body:
Only
description
andcolor
are considered valid metadata.{ "pathToFiles": ["/[TESTING_ONLY]"], // Path of files to modify metadata of "newMetadata": { "description": "Some description", "color": "#FFFFFF" } }