We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85d4fab commit 1dec66fCopy full SHA for 1dec66f
1 file changed
hyperleda/client.py
@@ -164,6 +164,6 @@ def patch_table_schema(self, table_name: str, actions: list) -> None:
164
def create_homogenization_rules(self, rules: list[model.HomogenizationRule]) -> None:
165
_ = self._request(
166
"POST",
167
- "/admin/api/v1/table/homogenization/rules",
+ "/admin/api/v1/homogenization/rules",
168
dataclasses.asdict(model.CreateHomogenizationRulesRequestSchema(rules)),
169
)
0 commit comments