Skip to main content

 Services

Web services from /about to /webhooks

process metadata

/members/{member}/groups/{group}/metadata/{extension}/process [POST]

Description

Process the files with the specified extension to load their default metadata and set it on the corresponding URI. This service starts an Asynchronous process.

Default metadata is loaded using the corresponding PSML document template for the psml extension or media template for other files.

The overwrite parameter can be used to preserve existing document metadata properties:

  • if false, only new properties are added to the existing metadata.
  • if true, all existing metadata properties are overwritten and for a non psml extension the document properties (title, docid, description, labels) are also overwritten.

Parameters

NameDescriptionRequiredTypeDefault
document-typeThe document type to process (required and only for the psml extension)Maybestring
overwriteA flag to allow overwriting of existing metadata propertiesnobooleanfalse

Permission

This service requires manager or higher in the group.

Response

XML output:

<metadata-process>
  <thread ... > ... </thread>
</metadata-process>

Error Handling

No specific errors expected for this service.

Created on , last edited on