process urlmetadata
/members/{member}/urlmetadata/{type}/process [POST]
API Support | Available since | Last updated | Output |
---|---|---|---|
supported | 5.9900 | 5.9900 | xml |
Description
Process all the URLs with the type specified by re-generating their metadata.
Note
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 |
updatetype | Whether to update the type of URLs that match this type | no | boolean | false |
Permission
This service requires contributor or higher in a group with edit all URLs permission.
Response
XML output:
<metadata-process>
<thread ... > ... </thread>
</metadata-process>
Error Handling
No specific errors expected for this generator.
Created on , last edited on