Reload Tablet
Reload Tablet
Requestβ
GET /api/reload_tablet?tablet_id={int}&schema_hash={int}&path={string}"
Descriptionβ
Reload tablet
Query parametersβ
tablet_id
ID of the tabletschema_hash
Schema hashpath
Path of file
Request bodyβ
None
Responseβ
```
load header succeed
```
Examplesβ
```
curl "http://127.0.0.1:8040/api/reload_tablet?tablet_id=123456&schema_hash=1111111&path=/abc"
```