Skip to content

Commit

Permalink
fix(openapi): fix incorrect schema for metrics param (#4555)
Browse files Browse the repository at this point in the history
related to #4554
  • Loading branch information
TimoKramer authored Oct 24, 2024
1 parent 80b9a35 commit b1c8dd3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
<@lib.parameter
name = "interval"
location = "query"
type = "string"
type = "integer"
format = "int64"
defaultValue = "900"
desc = "The interval for which the metrics should be aggregated. Time unit is seconds.
Default: The interval is set to 15 minutes (900 seconds)." />
Expand Down

0 comments on commit b1c8dd3

Please sign in to comment.