We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3075397 commit 09d3163Copy full SHA for 09d3163
algoliasearch/index.py
@@ -1083,7 +1083,7 @@ def read_rule(self, objectID):
1083
Retrieve a rule from the index with the specified objectID.
1084
@param objectID The objectID of the rule to retrieve
1085
"""
1086
- return self._req(False, '/rules/%s' % str(objectID), 'GET')
+ return self._req(True, '/rules/%s' % str(objectID), 'GET')
1087
1088
def delete_rule(self, objectID, forward_to_replicas=False):
1089
0 commit comments