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:
@@ -6,6 +6,11 @@
|
||||
"paths": {
|
||||
"/api/playeradvancedstats": {
|
||||
"get": {
|
||||
"security": [
|
||||
{
|
||||
"ApiKeyAuth": []
|
||||
}
|
||||
],
|
||||
"description": "Returns filtered and paginated player stats",
|
||||
"consumes": [
|
||||
"application/json"
|
||||
@@ -76,6 +81,11 @@
|
||||
},
|
||||
"/api/playertotals": {
|
||||
"get": {
|
||||
"security": [
|
||||
{
|
||||
"ApiKeyAuth": []
|
||||
}
|
||||
],
|
||||
"description": "Filter and paginate player totals",
|
||||
"consumes": [
|
||||
"application/json"
|
||||
|
||||
Reference in New Issue
Block a user