aboutsummaryrefslogtreecommitdiff
path: root/docs/swagger.json
diff options
context:
space:
mode:
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 },