We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e3f5e1 + 02f9d4f commit 6898ef4Copy full SHA for 6898ef4
1 file changed
ns1/rest/zones.py
@@ -96,7 +96,7 @@ def search(
96
errback=None,
97
):
98
request = "{}?q={}&type={}&expand={}".format(
99
- self.SEARCH_ROOT, query, type, expand
+ self.SEARCH_ROOT, query, type, str.lower(str(expand))
100
)
101
if max is not None:
102
request += "&max=" + str(max)
0 commit comments