diff options
Diffstat (limited to 'docs/swagger.yaml')
| -rw-r--r-- | docs/swagger.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 4d5661e..48e84b2 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml | |||
| @@ -498,7 +498,7 @@ paths: | |||
| 498 | schema: | 498 | schema: |
| 499 | $ref: '#/definitions/models.Response' | 499 | $ref: '#/definitions/models.Response' |
| 500 | tags: | 500 | tags: |
| 501 | - rankings | 501 | - logs |
| 502 | /logs/score: | 502 | /logs/score: |
| 503 | get: | 503 | get: |
| 504 | description: Get score logs of every player. | 504 | description: Get score logs of every player. |
| @@ -519,7 +519,7 @@ paths: | |||
| 519 | schema: | 519 | schema: |
| 520 | $ref: '#/definitions/models.Response' | 520 | $ref: '#/definitions/models.Response' |
| 521 | tags: | 521 | tags: |
| 522 | - rankings | 522 | - logs |
| 523 | /maps/{id}/image: | 523 | /maps/{id}/image: |
| 524 | put: | 524 | put: |
| 525 | description: Edit map image with specified map id. | 525 | description: Edit map image with specified map id. |