Changed annotation docs

This commit is contained in:
ReyhanPatria 2021-11-06 01:07:05 +07:00
parent 19b459bc80
commit 5dfc143ccb
2 changed files with 4 additions and 4 deletions

View File

@ -115,10 +115,10 @@ public class DashboardServiceResource {
@Min(1)
@Max(1000000)
@QueryParam("limit") int limitParam,
@Parameter(description = "Returns list of services before this cursor",
@Parameter(description = "Returns list of dashboard services before this cursor",
schema = @Schema(type = "string"))
@QueryParam("before") String before,
@Parameter(description = "Returns list of services after this cursor",
@Parameter(description = "Returns list of dashboard services after this cursor",
schema = @Schema(type = "string"))
@QueryParam("after") String after)
throws IOException, GeneralSecurityException, ParseException {

View File

@ -113,10 +113,10 @@ public class DatabaseServiceResource {
@Min(1)
@Max(1000000)
@QueryParam("limit") int limitParam,
@Parameter(description = "Returns list of databases before this cursor",
@Parameter(description = "Returns list of database services before this cursor",
schema = @Schema(type = "string"))
@QueryParam("before") String before,
@Parameter(description = "Returns list of databases after this cursor",
@Parameter(description = "Returns list of database services after this cursor",
schema = @Schema(type = "string"))
@QueryParam("after") String after)
throws IOException, GeneralSecurityException, ParseException {