More API fixes

This commit is contained in:
Mike Koch 2015-11-27 22:19:39 -05:00
parent 16d365bcad
commit b7ff286c43
2 changed files with 6 additions and 3 deletions

View File

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

View File

@ -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"
}