process externaluri metadata
/members/{member}/externaluris/{uri}/urlmetadata/process [POST]
API Support | Available since | Last updated | Output |
---|---|---|---|
5.9900 | 5.9900 | xml, json |
Description
Process an external URI by re-generating its metadata from the URL source.
Properties not in the URL type template are always removed and new ones added no matter what the parameters are. New properties not listed in the metadata-properties
parameter are added with empty values.
Parameters
Name | Description | Required | Type | Default value |
---|---|---|---|---|
metadata-properties | Comma-separated list of metadata properties to add/update | no | string | |
overwrite | Whether to overwrite existing URL info (title, description, labels) | no | boolean |
false
|
Permission
This service requires contributor or higher in a group with edit all URLs permission.
Response
XML output:
<metadata-process updated="[true|false]"> <uri ...> ... </uri> </metadata-process>
Error Handling
No specific errors expected for this generator.