diff --git a/cartesi-rollups/rollups-apis/backend/introduction.md b/cartesi-rollups/rollups-apis/backend/introduction.md index ed1c9f5b..5037f304 100644 --- a/cartesi-rollups/rollups-apis/backend/introduction.md +++ b/cartesi-rollups/rollups-apis/backend/introduction.md @@ -148,4 +148,5 @@ curl http://localhost:8080/inspect/mypath Once the call's response is received, the payload is extracted from the response data, allowing the backend code to examine it and produce outputs as **reports**. -The direct output types for **Advance** and **Inspect** are [vouchers](./vouchers.md), [notices](./notices.md), and [reports](./reports.md). + +The direct output types for **Advance** requests are [vouchers](./vouchers.md), [notices](./notices.md), and [reports](./reports.md), while **Inspect** requests generate only [reports](./reports.md).