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: 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: