We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 008aad6 commit d58387fCopy full SHA for d58387f
springdoc-openapi-common/src/main/java/org/springdoc/core/converters/models/Pageable.java
@@ -52,7 +52,7 @@ public class Pageable {
52
/**
53
* The Sort.
54
*/
55
- @Parameter(description = "Sorting criteria in the format: property(,asc|desc). "
+ @Parameter(description = "Sorting criteria in the format: property,(asc|desc). "
56
+ "Default sort order is ascending. " + "Multiple sort criteria are supported."
57
, name = "sort"
58
, array = @ArraySchema(schema = @Schema(type = "string")))
0 commit comments