mirror of
https://github.com/opensupports/opensupports.git
synced 2025-09-26 11:29:05 +02:00
fix apidoc
This commit is contained in:
parent
9f9e1dbd91
commit
f22f3d7610
@ -5,7 +5,7 @@ DataValidator::with('CustomValidations', true);
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @api {post} /ticket/search-authors search authors of tickets
|
* @api {post} /ticket/search-authors search authors of tickets
|
||||||
* @apiVersion 4.7
|
* @apiVersion 4.10.0
|
||||||
*
|
*
|
||||||
* @apiName Search authors
|
* @apiName Search authors
|
||||||
*
|
*
|
||||||
|
@ -18,8 +18,6 @@ DataValidator::with('CustomValidations', true);
|
|||||||
* @apiParam {Boolean} staff Indicates if the user is a staff member.
|
* @apiParam {Boolean} staff Indicates if the user is a staff member.
|
||||||
*
|
*
|
||||||
* @apiUse INVALID_EMAIL
|
* @apiUse INVALID_EMAIL
|
||||||
* @apiUse USER_SYSTEM_DISABLED
|
|
||||||
* @apiUse INVALID_EMAIL
|
|
||||||
*
|
*
|
||||||
* @apiSuccess {Object} data Empty object.
|
* @apiSuccess {Object} data Empty object.
|
||||||
*
|
*
|
||||||
|
@ -3,7 +3,7 @@ use RedBeanPHP\Facade as RedBean;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @api {OBJECT} MailTemplate MailTemplate
|
* @api {OBJECT} MailTemplate MailTemplate
|
||||||
* @apiVersion 4.7
|
* @apiVersion 4.10.0
|
||||||
* @apiGroup Data Structures
|
* @apiGroup Data Structures
|
||||||
* @apiParam {String} type The type of the mail template.
|
* @apiParam {String} type The type of the mail template.
|
||||||
* @apiParam {String} subject The subject of the mail template.
|
* @apiParam {String} subject The subject of the mail template.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* @api {OBJECT} Ticket Ticket
|
* @api {OBJECT} Ticket Ticket
|
||||||
* @apiVersion 4.7.0
|
* @apiVersion 4.10.0
|
||||||
* @apiGroup Data Structures
|
* @apiGroup Data Structures
|
||||||
* @apiParam {Number} ticketNumber The number of the ticket.
|
* @apiParam {Number} ticketNumber The number of the ticket.
|
||||||
* @apiParam {String} title The title of the ticket.
|
* @apiParam {String} title The title of the ticket.
|
||||||
|
@ -3,7 +3,7 @@ use RedBeanPHP\Facade as RedBean;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @api {OBJECT} User User
|
* @api {OBJECT} User User
|
||||||
* @apiVersion 4.7.0
|
* @apiVersion 4.10.0
|
||||||
* @apiGroup Data Structures
|
* @apiGroup Data Structures
|
||||||
* @apiParam {String} email The email of the user.
|
* @apiParam {String} email The email of the user.
|
||||||
* @apiParam {Number} id The id of the user.
|
* @apiParam {Number} id The id of the user.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user