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 000a9fb commit 2a0a870Copy full SHA for 2a0a870
springdoc-openapi-starter-common/src/main/java/org/springdoc/core/converters/models/Pageable.java
@@ -53,7 +53,7 @@ public class Pageable {
53
/**
54
* The Sort.
55
*/
56
- @Parameter(description = "Sorting criteria in the format: property(,asc|desc). "
+ @Parameter(description = "Sorting criteria in the format: property,(asc|desc). "
57
+ "Default sort order is ascending. " + "Multiple sort criteria are supported."
58
, name = "sort"
59
, array = @ArraySchema(schema = @Schema(type = "string")))
0 commit comments