added extra data needed for table details page

This commit is contained in:
qzhu
2024-04-22 13:55:18 -07:00
parent 56ef4066c0
commit 8a72d8194f

View File

@@ -72,7 +72,7 @@ class RemoteTable(Table):
return resp
def index_stats(self, index_uuid: str):
"""List all the stats of a specificied index"""
"""List all the stats of a specified index"""
resp = self._conn._client.post(
f"/v1/table/{self._name}/index/{index_uuid}/stats/"
)