Update File Meta Bulk
POST/api/v1/workspaces/:workspace_name/files/update-meta
Updates the metadata of the files and of the documents created from these files. You can modify existing metadata or add new ones. If you send a new metadata dictionary, it's merged with the existing dictionary. To change the value of an existing key, pass this key with the new value. To add a new key:value pair, simply pass it in the request. It will add the new metadata and keep the existing ones. To delete a key:value pair, pass the key with None as value, for example: "author":"None". (But to fully delete all metadata, upload the file again.)
Request
Responses
- 200
- 422
Successful Response
Validation Error
Was this page helpful?