reflector: add authentication description
This commit is contained in:
parent
cd0597a929
commit
a6f12006e5
1 changed files with 2 additions and 1 deletions
|
@ -56,7 +56,7 @@ paths:
|
||||||
schema:
|
schema:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
user:
|
description:
|
||||||
type: string
|
type: string
|
||||||
example: "Link Distribution Team A"
|
example: "Link Distribution Team A"
|
||||||
403:
|
403:
|
||||||
|
@ -70,6 +70,7 @@ components:
|
||||||
type: apiKey
|
type: apiKey
|
||||||
in: query
|
in: query
|
||||||
name: key
|
name: key
|
||||||
|
description: API key provisioned in the Bypass Censorship Portal for the relevant resource pool.
|
||||||
|
|
||||||
security:
|
security:
|
||||||
- ApiKeyAuth: []
|
- ApiKeyAuth: []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue