externaluri
/members/{member}/groups/{group}/externaluris/{uri} [PATCH]
API Support | Available since | Last updated | Output |
---|---|---|---|
Description
This service is deprecated as of PageSeeder v5.9900 use Service: /members/{member}/externaluris/{uri} [PATCH] instead.
Edit an existing external URI.
Parameters
Name | Description | Required | Type | Default value |
---|---|---|---|---|
description | the new description | no | string | |
labels | the new labels (comma-separated list) | no | string | |
mediatype | the new mediatype | no | string | |
size | the new size (positive integer) | no | string | |
title | the new title | no | string | |
url | the new URL | no | string |
Permission
Response
The output has the following format:
<uri-modification> <uri id="[id]" path="[path]" ...> <displaytitle>[title]</displaytitle> ... </uri> </uri-modification
Error Handling
No specific errors expected for this generator.