create uri xref
/members/{member}/groups/{group}/uris/{uri}/xrefs [POST]
      | API Support | Available since | Last updated | Output | 
|---|---|---|---|
Description
<property datatype="xref">.Create a new xref.
Adds an xref from the current URI to a target URI specified by the parameter targeturi. The xref links the two URIs at their fragment named “default”. The XML output is PSML.
Parameters
| Name | Description | Required | Type | Default | 
|---|---|---|---|---|
| targeturi | The target uri id | yes | long | |
| display | The display type, allowed values are manual, document, document+fragment, document+manual | no | enum | document | 
| labels | Comma-separated list of labels | no | string | |
| title | The title of the xref | no | string | 
Permission
Response
<xref-creation>
  <xref id="123"
        title="[name]"
        uriid="[target uriid]"
        ...>
     [content]
  </xref>
</xref-creation>
Error Handling
No specific errors expected for this service.