Piwigo web API (web-services) explorer
+
+
@@ -408,6 +413,7 @@ function fillNewMethod(methodName) {
var isOptional = method.params[i].optional;
var acceptArray = method.params[i].acceptArray;
var defaultValue = method.params[i].defaultValue == null ? '' : method.params[i].defaultValue;
+ var info = method.params[i].info == null ? '' : 'i';
// if an array is direclty printed, the delimiter is a comma where we use a pipe
if (typeof defaultValue == 'object') {
@@ -415,7 +421,7 @@ function fillNewMethod(methodName) {
}
methodParams+= '