reflector: add authentication description

This commit is contained in:
Iain Learmonth 2022-10-27 17:30:35 +01:00
parent cd0597a929
commit a6f12006e5

View file

@ -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: []