diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-09-25 22:43:55 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-25 22:43:55 +0300 |
| commit | 7f420a2c34667ed7addab356b17e4be2612ecc0b (patch) | |
| tree | 75196ccaa66d3488923634580f20a52973787704 /docs/swagger.yaml | |
| parent | docs: add delete record, update discussion and main (#56) (diff) | |
| download | lphub-7f420a2c34667ed7addab356b17e4be2612ecc0b.tar.gz lphub-7f420a2c34667ed7addab356b17e4be2612ecc0b.tar.bz2 lphub-7f420a2c34667ed7addab356b17e4be2612ecc0b.zip | |
feat: completed profile rankings (#51)
Former-commit-id: a2ef452a32803181f6937f08840e5f0e55ed6403
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: |