メインコンテンツまでスキップ

Checksum

Request

GET /api/checksum?tablet_id={int}&version={int}&schema_hash={int}

詳細

Checksum

Query parameters

  • tablet_id チェック対象のタブレットのID

  • version 検証対象のタブレットのバージョン

  • schema_hash スキーマハッシュ

Request body

なし

Response

```
1843743562
```

```
curl "http://127.0.0.1:8040/api/checksum?tablet_id=1&version=1&schema_hash=-1"

```