diff --git a/module/api/view/create.html.php b/module/api/view/create.html.php
index 2e64fbd56a..9f777aa44f 100644
--- a/module/api/view/create.html.php
+++ b/module/api/view/create.html.php
@@ -111,32 +111,32 @@
api->required; ?>
- api->requiredOptions, $param['required'] ? $param['required'] : 0, "class='form-control'"); ?>
+ api->requiredOptions, 0, "class='form-control'"); ?>
api->scope; ?>
- api->paramsScopeOptions, $param['scope'], "class='form-control' onchange='loadParamsTypeOptions(this);'"); ?>
+ api->paramsScopeOptions, '', "class='form-control' onchange='loadParamsTypeOptions(this);'"); ?>
api->paramsType; ?>
- api->paramsTypeOptions, $param['paramsType'], "class='form-control' onchange='changeType(this);'"); ?>
+ api->paramsTypeOptions, '', "class='form-control' onchange='changeType(this);'"); ?>
- '>
+
-
+