This commit is contained in:
2023-05-15 12:46:37 +02:00
parent 0b6e7ac7e8
commit 3ef92d3290
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: