diff --git a/server/controllers/ticket/search-authors.php b/server/controllers/ticket/search-authors.php index 027a90e2..1d92bdad 100644 --- a/server/controllers/ticket/search-authors.php +++ b/server/controllers/ticket/search-authors.php @@ -5,7 +5,7 @@ DataValidator::with('CustomValidations', true); /** * @api {post} /ticket/search-authors search authors of tickets - * @apiVersion 4.7 + * @apiVersion 4.10.0 * * @apiName Search authors * diff --git a/server/controllers/user/send-recover-password.php b/server/controllers/user/send-recover-password.php index 5132f6df..6bdc4913 100755 --- a/server/controllers/user/send-recover-password.php +++ b/server/controllers/user/send-recover-password.php @@ -18,8 +18,6 @@ DataValidator::with('CustomValidations', true); * @apiParam {Boolean} staff Indicates if the user is a staff member. * * @apiUse INVALID_EMAIL - * @apiUse USER_SYSTEM_DISABLED - * @apiUse INVALID_EMAIL * * @apiSuccess {Object} data Empty object. * diff --git a/version_upgrades/4.3.2/models/MailTemplate.php b/version_upgrades/4.3.2/models/MailTemplate.php index 46c288cb..acac36d8 100644 --- a/version_upgrades/4.3.2/models/MailTemplate.php +++ b/version_upgrades/4.3.2/models/MailTemplate.php @@ -3,7 +3,7 @@ use RedBeanPHP\Facade as RedBean; /** * @api {OBJECT} MailTemplate MailTemplate - * @apiVersion 4.7 + * @apiVersion 4.10.0 * @apiGroup Data Structures * @apiParam {String} type The type of the mail template. * @apiParam {String} subject The subject of the mail template. diff --git a/version_upgrades/4.7.0/models/Ticket.php b/version_upgrades/4.7.0/models/Ticket.php index b0abd046..027d1903 100755 --- a/version_upgrades/4.7.0/models/Ticket.php +++ b/version_upgrades/4.7.0/models/Ticket.php @@ -1,7 +1,7 @@