Ivan - Add error documentation [skip ci]

This commit is contained in:
ivan 2017-04-20 02:23:30 -03:00
parent b985d02f1b
commit 7792d6b527
2 changed files with 2 additions and 2 deletions

View File

@ -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.
*/

View File

@ -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;