feat(swagger): add descriptions for publish tasks and query parameters
Backend CI / Backend (push) Successful in 15m9s
Backend CI / Backend (push) Successful in 15m9s
This commit is contained in:
@@ -331,6 +331,8 @@ func queryParameterNames(route gin.RouteInfo) []string {
|
||||
add("period_days")
|
||||
case strings.Contains(path, "/tenant/accounts/"):
|
||||
add("undo")
|
||||
case strings.Contains(path, "/tenant/publish-tasks"):
|
||||
add("page", "page_size", "limit", "title")
|
||||
case strings.Contains(path, "/desktop/accounts"):
|
||||
add("client", "if_sync_version")
|
||||
case strings.Contains(path, "/desktop/publish-tasks"):
|
||||
|
||||
Reference in New Issue
Block a user