mirror of
https://github.com/nprasad2077/NBA_Go.git
synced 2026-09-22 14:05:13 +00:00
api key auth added
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user