From 0838e1de494fc396d517fb8f9cd796ae9e925269 Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Thu, 21 Jul 2016 22:17:06 -0400 Subject: [PATCH] Fix some API doc stuff --- api/common_api_doc.php | 3 ++- api/ticket/index.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/api/common_api_doc.php b/api/common_api_doc.php index c829a7a6..53506de9 100644 --- a/api/common_api_doc.php +++ b/api/common_api_doc.php @@ -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) */ \ No newline at end of file diff --git a/api/ticket/index.php b/api/ticket/index.php index f4f7c9c8..ad8cf76a 100644 --- a/api/ticket/index.php +++ b/api/ticket/index.php @@ -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