Fix add-api-key description comment

This commit is contained in:
Ivan Diaz 2020-01-07 14:44:18 -03:00
parent 4d18bc9aa6
commit 51e498f8c9

View File

@ -14,7 +14,7 @@ use Respect\Validation\Validator as DataValidator;
* @apiPermission staff3 * @apiPermission staff3
* *
* @apiParam {String} name Name of the new APIKey. * @apiParam {String} name Name of the new APIKey.
* @apiParam {String} type Type of APIKey: "REGSITRATION" or "TICKET_CREATE" * @apiParam {String} type Type of APIKey: "REGISTRATION" or "TICKET_CREATE"
* *
* @apiUse NO_PERMISSION * @apiUse NO_PERMISSION
* @apiUse INVALID_NAME * @apiUse INVALID_NAME