Given a round, tells the ledger to keep that round in its cache.
POST /v2/ledger/sync/{round}
POST
/v2/ledger/sync/{round}
Sets the minimum sync round on the ledger.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” round
required
integer
A round number.
Responses
Section titled “ Responses ”Can not set sync round to an earlier round than the current round.
An error response with optional data field.
object
data
object
message
required
string
Invalid API Token
An error response with optional data field.
object
data
object
message
required
string
Internal Error
An error response with optional data field.
object
data
object
message
required
string
Service Temporarily Unavailable
An error response with optional data field.
object
data
object
message
required
string
default
Section titled “default ”Unknown Error