diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-10-10 19:41:31 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-10 19:41:31 +0300 |
| commit | 7c40cdb0fdd112736b98591ab1a14622146788c7 (patch) | |
| tree | 073a4a315fd9a2c7e974d174b93eb21b8d4d4549 /docs/swagger.yaml | |
| parent | feat: add is_disabled to chapters itself (#112) (diff) | |
| download | lphub-7c40cdb0fdd112736b98591ab1a14622146788c7.tar.gz lphub-7c40cdb0fdd112736b98591ab1a14622146788c7.tar.bz2 lphub-7c40cdb0fdd112736b98591ab1a14622146788c7.zip | |
feat: pagination for user/profile scores (#118)
Former-commit-id: 1a1244a49c9be8f73240f2d5b6f7abe05a1544ab
Diffstat (limited to 'docs/swagger.yaml')
| -rw-r--r-- | docs/swagger.yaml | 4 |
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 |