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 61258d8 commit 85c38dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/v1/components/schemas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Check failure on line 1062 in public/v1/components/schemas.yaml

View workflow job for this annotation

GitHub Actions / build

parser

Check failure on line 1062 in public/v1/components/schemas.yaml

View workflow job for this annotation

GitHub Actions / build

parser
headers:

Check failure on line 1063 in public/v1/components/schemas.yaml

View workflow job for this annotation

GitHub Actions / build

parser

Check failure on line 1063 in public/v1/components/schemas.yaml

View workflow job for this annotation

GitHub Actions / build

parser

Check warning on line 1063 in public/v1/components/schemas.yaml

View workflow job for this annotation

GitHub Actions / build

parser Mapping key must be a string scalar rather than object

Check failure on line 1063 in public/v1/components/schemas.yaml

View workflow job for this annotation

GitHub Actions / build

parser

Check failure on line 1063 in public/v1/components/schemas.yaml

View workflow job for this annotation

GitHub Actions / build

parser

Check warning on line 1063 in public/v1/components/schemas.yaml

View workflow job for this annotation

GitHub Actions / build

parser Mapping key must be a string scalar rather than object
type: object
description: The HTTP response headers.
Expand Down

0 comments on commit 85c38dc

Please sign in to comment.