diff --git a/src/pages/send-requests/res-data-cookies/res-data.mdx b/src/pages/send-requests/res-data-cookies/res-data.mdx index c29cb4c5..94c582b0 100644 --- a/src/pages/send-requests/res-data-cookies/res-data.mdx +++ b/src/pages/send-requests/res-data-cookies/res-data.mdx @@ -8,6 +8,11 @@ After executing a request, the response panel provides detailed information on t ![Response Panel](/screenshots/send-request/res-data-and-cookie/res-data.webp) +### Data Type Selector + +Bruno provides a powerful response format selector that allows you to view API responses in different formats, making it easier to inspect and analyze response data. This feature includes both an **Editor** view for viewing formatted code and a **Preview** view for visualizing the response content. + + ### Headers The request headers are displayed to show what was sent to the API. This can help in debugging and understanding the context of the request.