From f2c14eee9caef8a6fd051f19bf115599faa82080 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Tue, 5 Aug 2025 17:42:47 +0100 Subject: [PATCH] Fix invalid YAML --- data/api/client-server/profile.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/api/client-server/profile.yaml b/data/api/client-server/profile.yaml index 90b15752..38d30719 100644 --- a/data/api/client-server/profile.yaml +++ b/data/api/client-server/profile.yaml @@ -80,7 +80,8 @@ paths: response: value: {} "400": - description: The input was invalid in some way. This can include one + description: | + The input was invalid in some way. This can include one of the following error codes: - `M_BAD_JSON`: The provided value is not valid JSON.