From 7c40cdb0fdd112736b98591ab1a14622146788c7 Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Tue, 10 Oct 2023 19:41:31 +0300 Subject: feat: pagination for user/profile scores (#118) Former-commit-id: 1a1244a49c9be8f73240f2d5b6f7abe05a1544ab --- docs/docs.go | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/docs.go') diff --git a/docs/docs.go b/docs/docs.go index d1643c3..119197c 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -1665,6 +1665,9 @@ const docTemplate = `{ "links": { "$ref": "#/definitions/models.Links" }, + "pagination": { + "$ref": "#/definitions/models.Pagination" + }, "profile": { "type": "boolean" }, @@ -1816,6 +1819,9 @@ const docTemplate = `{ "id": { "type": "integer" }, + "is_disabled": { + "type": "boolean" + }, "name": { "type": "string" } -- cgit v1.2.3