More API fixes
This commit is contained in:
parent
16d365bcad
commit
b7ff286c43
@ -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.
|
||||
*
|
||||
|
@ -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"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user