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.json | |
| 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 '')
| -rw-r--r-- | docs/swagger.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/swagger.json b/docs/swagger.json index 3f7deed..a38240e 100644 --- a/docs/swagger.json +++ b/docs/swagger.json | |||
| @@ -1658,6 +1658,9 @@ | |||
| 1658 | "links": { | 1658 | "links": { |
| 1659 | "$ref": "#/definitions/models.Links" | 1659 | "$ref": "#/definitions/models.Links" |
| 1660 | }, | 1660 | }, |
| 1661 | "pagination": { | ||
| 1662 | "$ref": "#/definitions/models.Pagination" | ||
| 1663 | }, | ||
| 1661 | "profile": { | 1664 | "profile": { |
| 1662 | "type": "boolean" | 1665 | "type": "boolean" |
| 1663 | }, | 1666 | }, |
| @@ -1809,6 +1812,9 @@ | |||
| 1809 | "id": { | 1812 | "id": { |
| 1810 | "type": "integer" | 1813 | "type": "integer" |
| 1811 | }, | 1814 | }, |
| 1815 | "is_disabled": { | ||
| 1816 | "type": "boolean" | ||
| 1817 | }, | ||
| 1812 | "name": { | 1818 | "name": { |
| 1813 | "type": "string" | 1819 | "type": "string" |
| 1814 | } | 1820 | } |