Skip to main content

 Services

Web services from /about to /webhooks

externaluri

/members/{member}/externaluris/{uri} [PATCH]

Description

Edit an external URI (aka URL). The URI and it's properties are available to all members on the server.

Parameters

NameDescriptionRequiredTypeDefault
urlThe URLnourl
descriptionThe descriptionnostring
labelsA comma-separated list of label valuesnostring
mediatypeThe mediatypenostring
sizeThe size in bytesnolong
titleThe titlenostring
type
The URL typenostring

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.

Created on , last edited on