From 2f34eb87061f5c01854e39905700cf80d4b6b792 Mon Sep 17 00:00:00 2001 From: Andreas Zeidler Date: Fri, 20 Sep 2024 13:59:10 +0200 Subject: [PATCH] fix(content): remove security restrictions for `/teaser` endpoint It should be accessible for anonymous users as well. Refs: ZO-4493, #136, #139 --- docs/api/api.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/api/api.yaml b/docs/api/api.yaml index 9931ac3..dcc5d3b 100644 --- a/docs/api/api.yaml +++ b/docs/api/api.yaml @@ -25,9 +25,6 @@ servers: paths: /teaser/{uuid}: get: - security: - - cookieAuthProduction: [] - - cookieAuthStaging: [] description: Returns a single teaser element parameters: - in: path