Versions Compared

Key

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

...

Status
colourBlue
titlePATCH
Revert to a named previous version of an object

Example:

Code Block
curl -X PATCH http://localhost:8080/rest/path/to/resource/fcr:versions/existingVersionName

Or for previous versions without names, use the UUID:

Code Block
curl -X PATCH http://localhost:8080/rest/path/to/resource/fcr:versions/87a0a8c317f1e7410b057c-1dcd-4da1-9d7c-41a8ab6113d9

Response:

Code Block
Status: 204 No Content