We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e08e7f9 commit b77d7a3Copy full SHA for b77d7a3
docs/core/event_handler/api_gateway.md
@@ -89,7 +89,7 @@ You can define your functions to match a path and HTTP method, when you use the
89
90
Here's an example where we have two separate functions to resolve two paths: `/hello`.
91
92
-!!! info "We automatically serialize `Dict` responses as JSON and set content-type to `application/json`"
+!!! info "We automatically serialize `Dict` responses as JSON, trim whitespaces for compact responses, and set content-type to `application/json`"
93
94
=== "app.py"
95
0 commit comments