From ddf359937e057bd629996576e259202df413b888 Mon Sep 17 00:00:00 2001 From: Meisam <39205857+MFTabriz@users.noreply.github.com> Date: Thu, 26 Oct 2023 03:04:18 +0200 Subject: [PATCH] fix api/admin/config/pagecontent example (#3392) Co-authored-by: Meisam Farzalipour Tabriz <5204-tbz@users.noreply.gitlab.mpcdf.mpg.de> --- openapi.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index bf8a1b73a..e3d855a48 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -1103,7 +1103,8 @@ paths: application/json: schema: $ref: '#/components/schemas/ConfigValue' - example: '# Welcome to my cool server!

I _hope_ you enjoy it.' + example: + value: '# Welcome to my cool server!

I _hope_ you enjoy it.' /api/admin/config/streamtitle: post: