From 8eb935cced7ed8081044e8a4347061f00adc7fcd Mon Sep 17 00:00:00 2001 From: thomaspuppe Date: Tue, 26 Nov 2024 17:55:02 +0100 Subject: [PATCH] WCM-557: Allow GalleryTeaser as response for the JSON teaser endpoint --- docs/api/api.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/api/api.yaml b/docs/api/api.yaml index 7165d7a..be73f79 100644 --- a/docs/api/api.yaml +++ b/docs/api/api.yaml @@ -39,6 +39,7 @@ paths: schema: oneOf: - $ref: "#/components/schemas/CenterpageTeaser" + - $ref: "#/components/schemas/CenterpageTeaserGallery" - $ref: "#/components/schemas/CenterpageTeaserVideo" - $ref: "#/components/schemas/CenterpageTeaserPodcast" - $ref: "#/components/schemas/CenterpageTeaserAudio"