diff --git a/api/category/index.php b/api/category/index.php index 1d32a1d7..1f216313 100644 --- a/api/category/index.php +++ b/api/category/index.php @@ -15,6 +15,10 @@ $request_method = $_SERVER['REQUEST_METHOD']; /** * @api {get} /category Retrieve a ticket category + * @apiVersion 0.0.0 + * @apiName GetCategory + * @apiGroup Category + * @apiPermission none * * @apiParam {Number} [id] The ID of the category. Omit for all categories. * diff --git a/apidoc.json b/apidoc.json index 083e8d79..1240c8db 100644 --- a/apidoc.json +++ b/apidoc.json @@ -1,7 +1,6 @@ { "name": "Mods for HESK API", - "version": "0.0.1", + "version": "0.0.0", "description": "Mods for HESK API", - "title": "Mods for HESK API", - "url": "https://mods-for-hesk.mkochcs.com/" + "title": "Mods for HESK API" }