@@ -176,7 +176,7 @@ def list(self, params=None):
176176
177177 def listEnum (self , type ):
178178 """
179- :return: List<AdvancedConfigAPIEntry >
179+ :return: List<EnumOption >
180180 """
181181 resp = self .device .action (self .url + "/listEnum" , params = [type ])
182182 return resp
@@ -219,7 +219,7 @@ def query(self,
219219 }]):
220220 """
221221 :param params: A dictionary with options. The default dictionary is
222- configured so it returns you all the downloads with all details, but you
222+ configured so it returns you all config API entries with all details, but you
223223 can put your own with your options. All the options available are this
224224 ones:
225225 {
@@ -344,7 +344,7 @@ def list(self,
344344 }]):
345345 """
346346 :param params: A dictionary with options. The default dictionary is
347- configured so it returns you all the downloads with all details , but you
347+ configured so it returns you all available extensions , but you
348348 can put your own with your options. All the options available are this
349349 ones:
350350 {
0 commit comments