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