Versions Compared

Key

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

...

Code Block
firstline4
titleCommitting a transaction
linenumberstrue
curl -X PUT "http://localhost:8080/rest/fcr:tx/fd4f48c4-7c47-46ee-8907-af6411ae4215/commit"

To rollback a transaction, perform a DELETE request on the Transaction URI:

...