Skip to content

Commit

Permalink
Fix rankings example
Browse files Browse the repository at this point in the history
  • Loading branch information
andrrsin authored Apr 1, 2024
1 parent a4c61b7 commit 9d73964
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions gatewayservice/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -326,16 +326,16 @@ paths:
user:
type: string
description: User ID
example:
- ranking: 1
points: 100
user: student
- ranking: 2
points: 90
user: student2
- ranking: 3
points: 80
user: student3
example:
- ranking: 1
points: 100
user: student
- ranking: 2
points: 90
user: student2
- ranking: 3
points: 80
user: student3
'500':
description: Internal server error.
content:
Expand All @@ -357,4 +357,4 @@ paths:
error:
type: string
description: Error information.
example: Failed to retrieve rankings
example: Failed to retrieve rankings

0 comments on commit 9d73964

Please sign in to comment.