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/generators/rust.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ sidebar_label: rust
10
10
|packageName|Rust package name (convention: lowercase).||openapi|
11
11
|packageVersion|Rust package version.||1.0.0|
12
12
|supportAsync|If set, generate async function call instead. This option is for 'reqwest' library only||true|
13
+
|supportMultipleResponses|If set, return type wraps an enum of all possible 2xx schemas. This option is for 'reqwest' library only||false|
13
14
|useSingleRequestParameter|Setting this property to true will generate functions with a single argument containing all API endpoint parameters instead of one argument per parameter.||false|
0 commit comments