mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-04 20:28:00 +08:00
PL-9387 Provide project-specific OpenAPI (swagger) documentation for REST API
This commit is contained in:
parent
7bafde32fd
commit
7bb3416081
@ -405,9 +405,7 @@ public class SwaggerGeneratorBean implements SwaggerGenerator {
|
||||
.property(new BooleanProperty()),
|
||||
new QueryParameter()
|
||||
.name("view")
|
||||
.description("Name of the view which is used for loading the entity. Specify this parameter " +
|
||||
"if you want to extract entities with the view other than it is defined " +
|
||||
"in the REST queries configuration file.")
|
||||
.description("Name of the view which is used for loading the entity.")
|
||||
.property(new StringProperty())
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user