v1

latestSwagger 2.0MIT License2026-07-17191054.1 KB
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

idinteger required

The unique identifier of the commit point.

storeNamestring

The name of the store that holds the commit point

commitTimestring date-time

The date/time that the commit was made.

jobIdstring GUID

The unique identifier of the job that created the commit.

Response

Success. The store has been reverted to the specified commit point.