commit point
stores
Revert a store to a specific commit point
Reverting a store creates a new commit point that refers to the same state as an existing older commit point. In this way it is possible to virtually roll-back a BrightstarDB store without discarding changes made since.
post/{storeName}/commits
Path parameters
storeNamestring required
The name of the store to be reverted
Request body
Response
Success. The store has been reverted to the specified commit point.