mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-01 11:09:14 +00:00
Changed annotation docs
This commit is contained in:
parent
19b459bc80
commit
5dfc143ccb
@ -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 {
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user