Versions Compared

Key

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

...

  • A POST request to the LDPCv with an empty body will cause a new memento of the LDPRv to be created. 
    • Note: Only the LDPRm for this LDPRv will be created, none of its children will be snapshot at the same time.
  • If a "Memento-Datetime"  header is included in the POST request, then the value of this header will be used as the memento datetime for the new LDPRm.
  • A POST request with a body will be rejected with a HTTP 415 response.

Creating a new version snapshot of a LDPRv and it's tree:

  • A POST request to the LDPCv with an empty body and a "Depth: infinity" header will cause the LDPRv and all the items in it's tree to become versioned. 
    • This does beg the question of "what is one of the resources in the tree does not have the version interaction model attached to it?"
  • No other values of "Depth:" will work to version the tree. In other words, you cannot specifiy a depth other then 'infinity'.

Accessing the TimeMap (aka LDPCv):

...