Payload for POST /urns/urn/{urn}/urls.
Describes a URL that will be attached to a URN.
| name | data type | constraints | description |
|---|---|---|---|
| url | string | required | The actual URL that is described by the new URL entry. |
| owner | string | URI pointing to the resource that describes the organisation which owns the URL.
Usage: May only be set by system administrators. |
|
| priority | number | max: 65535, min: 0 | Priority of the URL for resolving. |
Example
{
"url" : "http://example.org/the-document.pdf",
"owner" : "http://example.org/organisations/id/1516",
"priority" : 100
}