UpdateUrnRequest Data Type

Payload for PATCH /urns/urn/{urn}.

Contains the values which will be updated on the URN entry.

Properties
name data type description
successor string Sets successor URN which refers to a newer version of the object referred to by this URN.

If set to null or to an empty string then an existing successor will be removed. To keep the current successor simply do not include the field in the request at all.

Example

{
  "successor" : "http://example.org/urns/urn/URN:NBN:no-2016042500"
}