diff --git a/gatewayservice/openapi.yaml b/gatewayservice/openapi.yaml index 9c8b335..c535ff4 100644 --- a/gatewayservice/openapi.yaml +++ b/gatewayservice/openapi.yaml @@ -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: @@ -357,4 +357,4 @@ paths: error: type: string description: Error information. - example: Failed to retrieve rankings \ No newline at end of file + example: Failed to retrieve rankings