This commit is contained in:
Christopher Kelly
2018-12-07 11:28:21 -08:00
parent de6e758be6
commit 0c7b60fef8
+1 -1
View File
@@ -850,7 +850,7 @@ class DiscourseClient(object):
]
"""
return self._get("/admin/groups.json", **kwargs)
return self._get("/groups/search.json", **kwargs)
def group(self, group_name):
"""