aboutsummaryrefslogtreecommitdiff
path: root/docs/swagger.json
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-09-25 22:43:55 +0300
committerGitHub <noreply@github.com>2023-09-25 22:43:55 +0300
commit7f420a2c34667ed7addab356b17e4be2612ecc0b (patch)
tree75196ccaa66d3488923634580f20a52973787704 /docs/swagger.json
parentdocs: add delete record, update discussion and main (#56) (diff)
downloadlphub-7f420a2c34667ed7addab356b17e4be2612ecc0b.tar.gz
lphub-7f420a2c34667ed7addab356b17e4be2612ecc0b.tar.bz2
lphub-7f420a2c34667ed7addab356b17e4be2612ecc0b.zip
feat: completed profile rankings (#51)
Former-commit-id: a2ef452a32803181f6937f08840e5f0e55ed6403
Diffstat (limited to 'docs/swagger.json')
-rw-r--r--docs/swagger.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/swagger.json b/docs/swagger.json
index d118ce7..ffc30a9 100644
--- a/docs/swagger.json
+++ b/docs/swagger.json
@@ -1787,7 +1787,7 @@
1787 "p2sr": { 1787 "p2sr": {
1788 "type": "string" 1788 "type": "string"
1789 }, 1789 },
1790 "stream": { 1790 "steam": {
1791 "type": "string" 1791 "type": "string"
1792 }, 1792 },
1793 "twitch": { 1793 "twitch": {
@@ -1926,11 +1926,14 @@
1926 "models.UserRanking": { 1926 "models.UserRanking": {
1927 "type": "object", 1927 "type": "object",
1928 "properties": { 1928 "properties": {
1929 "placement": {
1930 "type": "integer"
1931 },
1929 "total_score": { 1932 "total_score": {
1930 "type": "integer" 1933 "type": "integer"
1931 }, 1934 },
1932 "user": { 1935 "user": {
1933 "$ref": "#/definitions/models.UserShort" 1936 "$ref": "#/definitions/models.UserShortWithAvatar"
1934 } 1937 }
1935 } 1938 }
1936 }, 1939 },