More API fixes

merge-requests/3/head
Mike Koch 8 years ago
parent 16d365bcad
commit b7ff286c43

@ -15,6 +15,10 @@ $request_method = $_SERVER['REQUEST_METHOD'];
/** /**
* @api {get} /category Retrieve a ticket category * @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. * @apiParam {Number} [id] The ID of the category. Omit for all categories.
* *

@ -1,7 +1,6 @@
{ {
"name": "Mods for HESK API", "name": "Mods for HESK API",
"version": "0.0.1", "version": "0.0.0",
"description": "Mods for HESK API", "description": "Mods for HESK API",
"title": "Mods for HESK API", "title": "Mods for HESK API"
"url": "https://mods-for-hesk.mkochcs.com/"
} }

Loading…
Cancel
Save