aboutsummaryrefslogtreecommitdiff
path: root/docs/docs.go
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-10-10 19:41:31 +0300
committerGitHub <noreply@github.com>2023-10-10 19:41:31 +0300
commit7c40cdb0fdd112736b98591ab1a14622146788c7 (patch)
tree073a4a315fd9a2c7e974d174b93eb21b8d4d4549 /docs/docs.go
parentfeat: add is_disabled to chapters itself (#112) (diff)
downloadlphub-7c40cdb0fdd112736b98591ab1a14622146788c7.tar.gz
lphub-7c40cdb0fdd112736b98591ab1a14622146788c7.tar.bz2
lphub-7c40cdb0fdd112736b98591ab1a14622146788c7.zip
feat: pagination for user/profile scores (#118)
Former-commit-id: 1a1244a49c9be8f73240f2d5b6f7abe05a1544ab
Diffstat (limited to '')
-rw-r--r--docs/docs.go6
1 files changed, 6 insertions, 0 deletions
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 = `{
1665 "links": { 1665 "links": {
1666 "$ref": "#/definitions/models.Links" 1666 "$ref": "#/definitions/models.Links"
1667 }, 1667 },
1668 "pagination": {
1669 "$ref": "#/definitions/models.Pagination"
1670 },
1668 "profile": { 1671 "profile": {
1669 "type": "boolean" 1672 "type": "boolean"
1670 }, 1673 },
@@ -1816,6 +1819,9 @@ const docTemplate = `{
1816 "id": { 1819 "id": {
1817 "type": "integer" 1820 "type": "integer"
1818 }, 1821 },
1822 "is_disabled": {
1823 "type": "boolean"
1824 },
1819 "name": { 1825 "name": {
1820 "type": "string" 1826 "type": "string"
1821 } 1827 }