We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fc69c2 commit 7f2f13bCopy full SHA for 7f2f13b
1 file changed
components/renku_data_services/solr/solr_client.py
@@ -806,6 +806,6 @@ async def reload(self, core_name: str | None) -> Response:
806
"""Reload a core with the given `core_name` or the name provided in the config object."""
807
core = core_name or self.config.core
808
return await self.delegate.post(
809
- f"/v2/cores/{core}/reload",
+ f"/api/cores/{core}/reload",
810
headers={"Content-Type": "application/json"},
811
)
0 commit comments