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 +++ 1 file changed, 3 insertions(+) (limited to 'docs/docs.go') 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" }, -- cgit v1.2.3