mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-28 03:30:49 +00:00
* fix(rust): wrong path to mode used as parameter of api Closes #16974 * fix: re-build samples
10 lines
329 B
YAML
10 lines
329 B
YAML
generatorName: rust
|
|
outputDir: samples/client/others/rust/hyper/api-with-ref-param
|
|
library: hyper
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/rust/api-with-ref-param.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/rust
|
|
additionalProperties:
|
|
supportAsync: true
|
|
packageName: api-ref-param-hyper
|
|
|