Skip to content

Commit

Permalink
fix(content): remove security restrictions for /teaser endpoint
Browse files Browse the repository at this point in the history
It should be accessible for anonymous users as well.

Refs: ZO-4493, #136, #139
  • Loading branch information
witsch committed Sep 20, 2024
1 parent 93f4ad8 commit 2f34eb8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/api/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ servers:
paths:
/teaser/{uuid}:
get:
security:
- cookieAuthProduction: []
- cookieAuthStaging: []
description: Returns a single teaser element
parameters:
- in: path
Expand Down

0 comments on commit 2f34eb8

Please sign in to comment.