aboutsummaryrefslogtreecommitdiff
path: root/docs/swagger.yaml
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/swagger.yaml
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/swagger.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/swagger.yaml b/docs/swagger.yaml
index d40b847..3249483 100644
--- a/docs/swagger.yaml
+++ b/docs/swagger.yaml
@@ -241,6 +241,8 @@ definitions:
241 type: string 241 type: string
242 links: 242 links:
243 $ref: '#/definitions/models.Links' 243 $ref: '#/definitions/models.Links'
244 pagination:
245 $ref: '#/definitions/models.Pagination'
244 profile: 246 profile:
245 type: boolean 247 type: boolean
246 rankings: 248 rankings:
@@ -339,6 +341,8 @@ definitions:
339 properties: 341 properties:
340 id: 342 id:
341 type: integer 343 type: integer
344 is_disabled:
345 type: boolean
342 name: 346 name:
343 type: string 347 type: string
344 type: object 348 type: object