mirror of
https://github.com/nprasad2077/NBA_Go.git
synced 2026-09-22 14:05:13 +00:00
swagger fixed
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
basePath: /
|
||||
info:
|
||||
contact: {}
|
||||
description: Stats service with API-key auth
|
||||
title: NBA_Go API
|
||||
version: "1.0"
|
||||
paths:
|
||||
/api/playeradvancedstats:
|
||||
get:
|
||||
@@ -105,4 +109,12 @@ paths:
|
||||
summary: Get player total stats
|
||||
tags:
|
||||
- PlayerTotals
|
||||
schemes:
|
||||
- http
|
||||
- https
|
||||
securityDefinitions:
|
||||
ApiKeyAuth:
|
||||
in: header
|
||||
name: X-API-Key
|
||||
type: apiKey
|
||||
swagger: "2.0"
|
||||
|
||||
Reference in New Issue
Block a user