From 64ffd1deb2abd412b9b45f473e8ba6d2c0dbfb79 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Thu, 25 Jun 2020 12:19:45 +0200 Subject: [PATCH] switch plugins public settings to unauthenticated in the openapi spec --- support/doc/api/openapi.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index eb278a72f..82b8191b2 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml @@ -2815,8 +2815,6 @@ paths: tags: - Plugins summary: Get a plugin's public settings - security: - - OAuth2: [] parameters: - name: npmName in: path -- 2.25.1