From b1b4ecc1d7bc3aaffc6d8f88ad99709867c0dc14 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 9 Apr 2019 22:01:21 -0700 Subject: don't require auth for editgroup annotations Amazing that this bug found it's way through... because most testing is from Python, and was having serious auth config leakage with python_client. We're still in 0.x, and this is such a small/eggregious bug that i'm not going to tag as a backwards-incompatible schema update (but will note in CHANGELOG). --- rust/fatcat-api-spec/api/swagger.yaml | 2 -- 1 file changed, 2 deletions(-) (limited to 'rust/fatcat-api-spec/api') diff --git a/rust/fatcat-api-spec/api/swagger.yaml b/rust/fatcat-api-spec/api/swagger.yaml index e8b8650d..f70b434c 100644 --- a/rust/fatcat-api-spec/api/swagger.yaml +++ b/rust/fatcat-api-spec/api/swagger.yaml @@ -6929,8 +6929,6 @@ paths: uppercase_operation_id: "GET_EDITGROUP_ANNOTATIONS" uppercase_data_type: "ERRORRESPONSE" producesJson: true - security: - - Bearer: [] operation_id: "get_editgroup_annotations" uppercase_operation_id: "GET_EDITGROUP_ANNOTATIONS" path: "/editgroup/:editgroup_id/annotations" -- cgit v1.2.3