fix docs
This commit is contained in:
+5
-5
File diff suppressed because one or more lines are too long
+3
-3
@@ -22,7 +22,7 @@ servers:
|
|||||||
paths:
|
paths:
|
||||||
/client/hosts:
|
/client/hosts:
|
||||||
get:
|
get:
|
||||||
summary: Your GET endpoint
|
summary: List of hosts
|
||||||
tags:
|
tags:
|
||||||
- client
|
- client
|
||||||
responses:
|
responses:
|
||||||
@@ -194,7 +194,7 @@ paths:
|
|||||||
description: A JSON Object with player IDs as keys and player data as values
|
description: A JSON Object with player IDs as keys and player data as values
|
||||||
/client/maps:
|
/client/maps:
|
||||||
get:
|
get:
|
||||||
summary: Your GET endpoint
|
summary: Statistics for all maps
|
||||||
tags:
|
tags:
|
||||||
- client
|
- client
|
||||||
responses:
|
responses:
|
||||||
@@ -231,7 +231,7 @@ paths:
|
|||||||
description: A JSON Object with map IDs as keys and map data as values
|
description: A JSON Object with map IDs as keys and map data as values
|
||||||
/client/gamemodes:
|
/client/gamemodes:
|
||||||
get:
|
get:
|
||||||
summary: Your GET endpoint
|
summary: Statistics for all gamemodes
|
||||||
tags:
|
tags:
|
||||||
- client
|
- client
|
||||||
responses:
|
responses:
|
||||||
|
|||||||
Reference in New Issue
Block a user