Fix custom field description

This commit is contained in:
Ivan Diaz 2019-02-13 20:17:19 -03:00
parent fcf6b887db
commit ef023d139b
1 changed files with 2 additions and 1 deletions

View File

@ -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