Update the description of an unstructured document - Fluid Topics - Latest

Unstructured Documents Connector Reference Guide

Category
Reference Guides
Audience
public
Version
Latest

It is possible to update the description previously assigned to an unstructured document as follows:

  1. Create or edit FluidTopicsControlFile.xml.
  2. Add a <description> metadata key containing the new description.
  3. Upload an archive containing the updated FluidTopicsControlFile.xml file.

Example

The following lines show an example of a control file that updates the description of an unstructured document:

<?xml version='1.0' encoding='utf-8'?>
<controlFile>
    <resources>
        <resource>
            <originId>time_machine_assembly</originId>
            <description>This document provides instructions to assemble the Oleandor time machine.</description>
        </resource>
    </resources>
</controlFile>

There is no need to include the unstructured documents in the archive. Users can upload an archive containing only FluidTopicsControlFile.xml.