From 1443d31d55ac61836fad597de350ee0bfd53baac Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Fri, 22 Sep 2023 18:45:26 +0300 Subject: docs: completion count added (#63) Former-commit-id: f0bd5dbb55bb8ca91314f84d1b0279b59a73c34a --- docs/docs.go | 3 +++ docs/swagger.json | 3 +++ docs/swagger.yaml | 2 ++ 3 files changed, 8 insertions(+) (limited to 'docs') 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 = `{ "category": { "$ref": "#/definitions/models.Category" }, + "completion_count": { + "type": "integer" + }, "description": { "type": "string" }, 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 @@ "category": { "$ref": "#/definitions/models.Category" }, + "completion_count": { + "type": "integer" + }, "description": { "type": "string" }, 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: properties: category: $ref: '#/definitions/models.Category' + completion_count: + type: integer description: type: string history: -- cgit v1.2.3