From a6f12006e5a07c30fe38ec7a4a885530358e79ee Mon Sep 17 00:00:00 2001 From: Iain Learmonth Date: Thu, 27 Oct 2022 17:30:35 +0100 Subject: [PATCH] reflector: add authentication description --- schemas/reflector.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/schemas/reflector.yaml b/schemas/reflector.yaml index 07a21fe..4d3affa 100644 --- a/schemas/reflector.yaml +++ b/schemas/reflector.yaml @@ -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: []