You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/pages/reference/configuration/output.mdx
-9Lines changed: 0 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1063,15 +1063,6 @@ Default: `true`
1063
1063
When using `fetch` for `client` or `httpClient`, the Fetch response type includes HTTP status for easier processing by the application.
1064
1064
To return a defined return type instead of an automatically generated return type, set this value to `false`.
1065
1065
1066
-
#### explode
1067
-
1068
-
Type: `Boolean`.
1069
-
Default: `true`
1070
-
1071
-
By default, the Fetch client follows the OpenAPI specification for query parameter explode behavior. This means that query parameters will be exploded unless explicitly set to `false` in the OpenAPI schema.
1072
-
1073
-
To maintain backward compatibility with the previous behavior (where only parameters with `explode: true` are exploded), set this value to `false`.
0 commit comments