Skip to content

Commit ae1a050

Browse files
committed
update doc
1 parent 67ef2ce commit ae1a050

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/generators/rust.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ sidebar_label: rust
1010
|packageName|Rust package name (convention: lowercase).| |openapi|
1111
|packageVersion|Rust package version.| |1.0.0|
1212
|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|
1314
|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|
1415

1516
## IMPORT MAPPING

0 commit comments

Comments
 (0)