Ivan - Add error documentation [skip ci]
This commit is contained in:
parent
b985d02f1b
commit
7792d6b527
|
@ -19,7 +19,7 @@ DataValidator::with('CustomValidations', true);
|
|||
* @apiUse NO_PERMISSION
|
||||
* @apiUse INVALID_TICKET
|
||||
*
|
||||
* @apiSuccess {[Ticket](#api-Data_Structures-ObjectTicket)} events The requested event(s).
|
||||
* @apiSuccess {[Ticket](#api-Data_Structures-ObjectTicket)} data Information about the requested ticket.
|
||||
*/
|
||||
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
* @apiParam {Number} owner.id Avatar-Image.
|
||||
* @apiParam {String} owner.name Avatar-Image.
|
||||
* @apiParam {String} owner.email Avatar-Image.
|
||||
* @apiParam {[TicketEvent](#api-Data_Structures-ObjectTicketevent)[]} events The requested event(s).
|
||||
* @apiParam {[TicketEvent](#api-Data_Structures-ObjectTicketevent)[]} events Events related to the ticket.
|
||||
*/
|
||||
use RedBeanPHP\Facade as RedBean;
|
||||
|
||||
|
|
Loading…
Reference in New Issue