Fix custom field description
This commit is contained in:
parent
fcf6b887db
commit
ef023d139b
|
@ -16,7 +16,8 @@ use Respect\Validation\Validator as DataValidator;
|
||||||
* @apiParam {Number} name Name of the custom field.
|
* @apiParam {Number} name Name of the custom field.
|
||||||
* @apiParam {String} type One of 'text' and 'select'.
|
* @apiParam {String} type One of 'text' and 'select'.
|
||||||
* @apiParam {String} options JSON array of strings with the option names.
|
* @apiParam {String} options JSON array of strings with the option names.
|
||||||
*
|
* @apiParam {String} description Description of the custom field.
|
||||||
|
|
||||||
* @apiUse NO_PERMISSION
|
* @apiUse NO_PERMISSION
|
||||||
* @apiUse INVALID_NAME
|
* @apiUse INVALID_NAME
|
||||||
* @apiUse INVALID_CUSTOM_FIELD_TYPE
|
* @apiUse INVALID_CUSTOM_FIELD_TYPE
|
||||||
|
|
Loading…
Reference in New Issue