From 7bf68da7d7a92953703ecc76f70344417dd65dd4 Mon Sep 17 00:00:00 2001 From: OscarWang114 Date: Tue, 10 May 2022 01:57:29 -0400 Subject: [PATCH] Allow public analyses --- openapi/openapi.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openapi/openapi.yaml b/openapi/openapi.yaml index 38f4c7e8..faabc253 100644 --- a/openapi/openapi.yaml +++ b/openapi/openapi.yaml @@ -283,6 +283,10 @@ paths: post: summary: Returns analysis result(s) of one or multiple systems description: Returns analysis result(s) of one or multiple systems + security: + - ApiKeyAuth: [] + - BearerAuth: [] + - {} requestBody: required: true content: