From 30eea966571ed31ea4b4f371ad762f1a81fa4a30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kol=C3=A1rik?= Date: Mon, 27 Nov 2023 22:19:08 +0100 Subject: [PATCH] Update schemas.yaml --- public/v1/components/schemas.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/v1/components/schemas.yaml b/public/v1/components/schemas.yaml index 349be02a..6f4f79d2 100644 --- a/public/v1/components/schemas.yaml +++ b/public/v1/components/schemas.yaml @@ -1059,7 +1059,8 @@ components: description: The raw HTTP response body. Only the first 10 kb are returned. truncated: type: boolean - description: `true` if `rawBody` was truncated due to being too big, `false` otherwise. + description: | + `true` if `rawBody` was truncated due to being too big, `false` otherwise. headers: type: object description: The HTTP response headers.