Skip to content

Commit

Permalink
Fixing Swagger doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jcastro-dotcms committed Dec 5, 2024
1 parent 70194b1 commit 16b0bac
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,10 +254,10 @@ public ReportResponseEntityView queryCubeJs(@Context final HttpServletRequest re
value = "{\n" +
" \"measures\": \"request.count request.totalSessions\",\n" +
" \"dimensions\": \"request.host request.whatAmI request.url\",\n" +
" \"timeDimensions\": \"request.createdAt day This month\",\n" +
" \"timeDimensions\": \"request.createdAt:day:Last month\",\n" +
" \"filters\": \"request.totalRequest gt 0:request.whatAmI contains PAGE,FILE\",\n" +
" \"order\": \"request.count asc:request.createdAt asc\",\n" +
" \"limit\": 5,\n" +
" \"limit\": 15,\n" +
" \"offset\": 0\n" +
"}"
)
Expand Down

0 comments on commit 16b0bac

Please sign in to comment.