Skip to content

Commit 1dec66f

Browse files
committed
fix endpoint
1 parent 85d4fab commit 1dec66f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hyperleda/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,6 @@ def patch_table_schema(self, table_name: str, actions: list) -> None:
164164
def create_homogenization_rules(self, rules: list[model.HomogenizationRule]) -> None:
165165
_ = self._request(
166166
"POST",
167-
"/admin/api/v1/table/homogenization/rules",
167+
"/admin/api/v1/homogenization/rules",
168168
dataclasses.asdict(model.CreateHomogenizationRulesRequestSchema(rules)),
169169
)

0 commit comments

Comments
 (0)