Skip to content

Commit

Permalink
#4475 Change mask() function to period() and add using to apply…
Browse files Browse the repository at this point in the history
… a function to window
  • Loading branch information
stroomdev66 committed Oct 4, 2024
1 parent f9d5ca5 commit 1bbf5cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stroom-app/src/main/resources/ui/noauth/swagger/stroom.json
Original file line number Diff line number Diff line change
Expand Up @@ -15504,6 +15504,9 @@
"advanceSize" : {
"type" : "string"
},
"function" : {
"type" : "string"
},
"timeField" : {
"type" : "string"
},
Expand Down
2 changes: 2 additions & 0 deletions stroom-app/src/main/resources/ui/noauth/swagger/stroom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11588,6 +11588,8 @@ components:
properties:
advanceSize:
type: string
function:
type: string
timeField:
type: string
windowSize:
Expand Down

0 comments on commit 1bbf5cd

Please sign in to comment.