From ef023d139bb740c5b5d287b18f9ff0790f8da1a3 Mon Sep 17 00:00:00 2001 From: Ivan Diaz Date: Wed, 13 Feb 2019 20:17:19 -0300 Subject: [PATCH] Fix custom field description --- server/controllers/system/add-custom-field.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/controllers/system/add-custom-field.php b/server/controllers/system/add-custom-field.php index 4a6d6233..894c3cee 100644 --- a/server/controllers/system/add-custom-field.php +++ b/server/controllers/system/add-custom-field.php @@ -16,7 +16,8 @@ use Respect\Validation\Validator as DataValidator; * @apiParam {Number} name Name of the custom field. * @apiParam {String} type One of 'text' and 'select'. * @apiParam {String} options JSON array of strings with the option names. - * + * @apiParam {String} description Description of the custom field. + * @apiUse NO_PERMISSION * @apiUse INVALID_NAME * @apiUse INVALID_CUSTOM_FIELD_TYPE