Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/v1/components/schemas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1219,7 +1219,7 @@ components:
truncated:
type: boolean
description: |
Indicates whether the `rawBody` value was truncated due to being too big.
Indicates whether the `rawHeaders` or `rawBody` value was truncated due to being too big.
headers:
type: object
description: The HTTP response headers. The value may be an array of strings for headers with multiple values, e.g., `Set-Cookie`.
Expand Down
Loading