Fix some API doc stuff
This commit is contained in:
parent
405b5942b6
commit
0838e1de49
@ -15,7 +15,8 @@
|
||||
/**
|
||||
* @apiDefine noTokenProvided 400 Bad Request
|
||||
* No `X-Auth-Token` was provided.
|
||||
*
|
||||
*/
|
||||
/**
|
||||
* @apiDefine canManUsers Protected (Can Manage Users)
|
||||
* A protected API can only be utilized by users with a valid `X-Auth-Token` and have the 'can_man_users' permission (or is an admin)
|
||||
*/
|
@ -16,7 +16,7 @@ hesk_dbConnect();
|
||||
$request_method = $_SERVER['REQUEST_METHOD'];
|
||||
|
||||
/**
|
||||
* @api {get} /ticket Retrieve a ticket (staff-side)
|
||||
* @api {get} /ticket Retrieve a ticket (customer-side)
|
||||
* @apiVersion 0.0.0
|
||||
* @apiName GetTicket
|
||||
* @apiGroup Ticket
|
||||
|
Loading…
x
Reference in New Issue
Block a user