From f5f82e9c716a4f9476d27ccf40080e10b74c6ff3 Mon Sep 17 00:00:00 2001 From: thomaspuppe Date: Fri, 12 Apr 2024 12:07:28 +0200 Subject: [PATCH] ZO-4579: Add readmore label to headed area --- docs/api/api.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/api/api.yaml b/docs/api/api.yaml index 8ec066e..8853bfa 100644 --- a/docs/api/api.yaml +++ b/docs/api/api.yaml @@ -1206,6 +1206,10 @@ components: nullable: true items: $ref: "#/components/schemas/CenterpageAreaTopicLink" + readmore: + type: string + nullable: true + example: "Mehr zum Thema Simple Title" CenterpageAreaTopicLink: description: "Links to topicpage"