File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ def list(self, params=None):
176
176
177
177
def listEnum (self , type ):
178
178
"""
179
- :return: List<AdvancedConfigAPIEntry >
179
+ :return: List<EnumOption >
180
180
"""
181
181
resp = self .device .action (self .url + "/listEnum" , params = [type ])
182
182
return resp
@@ -219,7 +219,7 @@ def query(self,
219
219
}]):
220
220
"""
221
221
: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
223
223
can put your own with your options. All the options available are this
224
224
ones:
225
225
{
@@ -344,7 +344,7 @@ def list(self,
344
344
}]):
345
345
"""
346
346
: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
348
348
can put your own with your options. All the options available are this
349
349
ones:
350
350
{
You can’t perform that action at this time.
0 commit comments