openapi-generator/bin/configs/rust-reqwest-api-with-ref-param.yaml
Artem Medvedev 6f01a7ad82
fix(rust): wrong path to model used as parameter of api (#17968)
* fix(rust): wrong path to mode used as parameter of api

Closes #16974

* fix: re-build samples
2024-02-28 14:56:03 +08:00

10 lines
335 B
YAML

generatorName: rust
outputDir: samples/client/others/rust/reqwest/api-with-ref-param
library: reqwest
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-reqwest