aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/docs.go3
-rw-r--r--docs/swagger.json3
-rw-r--r--docs/swagger.yaml2
3 files changed, 8 insertions, 0 deletions
diff --git a/docs/docs.go b/docs/docs.go
index 68b2649..2461700 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -1571,6 +1571,9 @@ const docTemplate = `{
1571 "category": { 1571 "category": {
1572 "$ref": "#/definitions/models.Category" 1572 "$ref": "#/definitions/models.Category"
1573 }, 1573 },
1574 "completion_count": {
1575 "type": "integer"
1576 },
1574 "description": { 1577 "description": {
1575 "type": "string" 1578 "type": "string"
1576 }, 1579 },
diff --git a/docs/swagger.json b/docs/swagger.json
index 2761779..1c52fcc 100644
--- a/docs/swagger.json
+++ b/docs/swagger.json
@@ -1564,6 +1564,9 @@
1564 "category": { 1564 "category": {
1565 "$ref": "#/definitions/models.Category" 1565 "$ref": "#/definitions/models.Category"
1566 }, 1566 },
1567 "completion_count": {
1568 "type": "integer"
1569 },
1567 "description": { 1570 "description": {
1568 "type": "string" 1571 "type": "string"
1569 }, 1572 },
diff --git a/docs/swagger.yaml b/docs/swagger.yaml
index c744146..0465daa 100644
--- a/docs/swagger.yaml
+++ b/docs/swagger.yaml
@@ -300,6 +300,8 @@ definitions:
300 properties: 300 properties:
301 category: 301 category:
302 $ref: '#/definitions/models.Category' 302 $ref: '#/definitions/models.Category'
303 completion_count:
304 type: integer
303 description: 305 description:
304 type: string 306 type: string
305 history: 307 history: