diff options
Diffstat (limited to 'docs/swagger.yaml')
| -rw-r--r-- | docs/swagger.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 3e83fe8..6cd460f 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml | |||
| @@ -351,7 +351,7 @@ definitions: | |||
| 351 | properties: | 351 | properties: |
| 352 | p2sr: | 352 | p2sr: |
| 353 | type: string | 353 | type: string |
| 354 | stream: | 354 | steam: |
| 355 | type: string | 355 | type: string |
| 356 | twitch: | 356 | twitch: |
| 357 | type: string | 357 | type: string |
| @@ -441,10 +441,12 @@ definitions: | |||
| 441 | type: object | 441 | type: object |
| 442 | models.UserRanking: | 442 | models.UserRanking: |
| 443 | properties: | 443 | properties: |
| 444 | placement: | ||
| 445 | type: integer | ||
| 444 | total_score: | 446 | total_score: |
| 445 | type: integer | 447 | type: integer |
| 446 | user: | 448 | user: |
| 447 | $ref: '#/definitions/models.UserShort' | 449 | $ref: '#/definitions/models.UserShortWithAvatar' |
| 448 | type: object | 450 | type: object |
| 449 | models.UserShort: | 451 | models.UserShort: |
| 450 | properties: | 452 | properties: |