Skip to content

Commit

Permalink
Update schemas.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKolarik committed Nov 27, 2023
1 parent 85c38dc commit 30eea96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/v1/components/schemas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 30eea96

Please sign in to comment.