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:
type: object
properties:
user:
description:
type: string
example: "Link Distribution Team A"
403:
@ -70,6 +70,7 @@ components:
type: apiKey
in: query
name: key
description: API key provisioned in the Bypass Censorship Portal for the relevant resource pool.
security:
- ApiKeyAuth: []