api key auth added

This commit is contained in:
Ravi Prasad
2025-05-08 00:32:49 -05:00
parent 09d81c251a
commit 8c577b441c
17 changed files with 345 additions and 61 deletions
+4
View File
@@ -45,6 +45,8 @@ paths:
schema:
additionalProperties: true
type: object
security:
- ApiKeyAuth: []
summary: Get player stats
tags:
- PlayerStats
@@ -98,6 +100,8 @@ paths:
additionalProperties:
type: string
type: object
security:
- ApiKeyAuth: []
summary: Get player total stats
tags:
- PlayerTotals