Vitalii Dudok
Vitalii Dudok
It looks like the value of attribute 'name' is rendered in header(just with first char uppercased) instead of 'header-text' From demo project: ``` ``` Thanks!
Hello, Is there any way to provide `allowableValues()` for annotation `Parameter `dynamically (e.g from property file or DB)? ``` @Operation(summary = "Retrieve a list of entities") @GetMapping public List get(@Parameter(schema...