Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you wish to save a full history of a node by having versions created every time the node is updated, you can set the property "fedorafedoraconfig:version-policyversioningPolicy" to "auto-version".  This can be achieved using the sparql update form on the HTML view of the object or by using some other HTTP client software to invoke REST endpoints. 

Code Block
PREFIX fedorafedoraconfig: <http://fedora.info/definitions/v4/rest-api#>
INSERT DATA { <> fedora:versioningPolicy "auto-version" }

...