Merge pull request #37 from Legonzaur/main

fix docs
This commit is contained in:
Legonzaur
2023-05-15 12:47:32 +02:00
committed by GitHub
2 changed files with 8 additions and 8 deletions
+5 -5
View File
File diff suppressed because one or more lines are too long
+3 -3
View File
@@ -22,7 +22,7 @@ servers:
paths:
/client/hosts:
get:
summary: Your GET endpoint
summary: List of hosts
tags:
- client
responses:
@@ -194,7 +194,7 @@ paths:
description: A JSON Object with player IDs as keys and player data as values
/client/maps:
get:
summary: Your GET endpoint
summary: Statistics for all maps
tags:
- client
responses:
@@ -231,7 +231,7 @@ paths:
description: A JSON Object with map IDs as keys and map data as values
/client/gamemodes:
get:
summary: Your GET endpoint
summary: Statistics for all gamemodes
tags:
- client
responses: