mirror of
https://github.com/EZ-Api/ez-api.git
synced 2026-01-13 17:47:51 +00:00
fix(swagger): fix swagger authorization header
This commit is contained in:
@@ -798,7 +798,7 @@ info:
|
||||
email: support@swagger.io
|
||||
name: API Support
|
||||
url: http://www.swagger.io/support
|
||||
description: Management API for EZ-API Gateway system.
|
||||
description: Master key for tenant API access
|
||||
license:
|
||||
name: Apache 2.0
|
||||
url: http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
@@ -3025,13 +3025,4 @@ paths:
|
||||
summary: Update child key
|
||||
tags:
|
||||
- master
|
||||
securityDefinitions:
|
||||
AdminAuth:
|
||||
in: header
|
||||
name: Authorization
|
||||
type: apiKey
|
||||
MasterAuth:
|
||||
in: header
|
||||
name: Authorization
|
||||
type: apiKey
|
||||
swagger: "2.0"
|
||||
|
||||
Reference in New Issue
Block a user