externaluri
/members/{member}/externaluris/{uri} [PATCH]
API Support | Available since | Last updated | Output |
---|---|---|---|
5.9900 | 5.9900 | xml, json |
Description
Edit an external URI (aka URL). The URI and it's properties are available to all members on the server.
Parameters
Name | Description | Required | Type | Default |
---|---|---|---|---|
url | The URL | no | url | |
description | The description | no | string | |
labels | A comma-separated list of label values | no | string | |
mediatype | The mediatype | no | string | |
size | The size in bytes | no | long | |
title | The title | no | string | |
type | The URL type | no | string |
Permission
This service requires contributor or higher in a group with edit all URLs 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 service.