From 6b946b046dcd43769bdbb9d124923909cefac02f Mon Sep 17 00:00:00 2001 From: Titouan Launay Date: Mon, 24 Jun 2024 15:39:51 +0200 Subject: [PATCH] Update openapi.yml - Removes Auth --- openapi.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/openapi.yml b/openapi.yml index 3183efb..5b2ae72 100644 --- a/openapi.yml +++ b/openapi.yml @@ -5,9 +5,6 @@ info: version: 0.1.0 components: securitySchemes: - basicAuth: - type: http - scheme: basic apiKey: type: apiKey name: X-API-Key