Checksum
Requestβ
GET /api/checksum?tablet_id={int}&version={int}&schema_hash={int}
Descriptionβ
Checksum
Query parametersβ
-
tablet_id
ID of the tablet to be checked -
version
Version of the tablet to be verified -
schema_hash
Schema hash
Request bodyβ
None
Responseβ
```
1843743562
```
Examplesβ
```
curl "http://127.0.0.1:8040/api/checksum?tablet_id=1&version=1&schema_hash=-1"
```