Skip to content

Commit 4fb36c0

Browse files
author
stroomdev66
committed
Updated GitHub Pages
1 parent f01615f commit 4fb36c0

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed

Diff for: v7.8/stroom.json

+7-4
Original file line numberDiff line numberDiff line change
@@ -15544,6 +15544,9 @@
1554415544
"FindUserCriteria" : {
1554515545
"type" : "object",
1554615546
"properties" : {
15547+
"activeUsersOnly" : {
15548+
"type" : "boolean"
15549+
},
1554715550
"expression" : {
1554815551
"$ref" : "#/components/schemas/ExpressionOperator"
1554915552
},
@@ -20015,8 +20018,8 @@
2001520018
"type" : "integer",
2001620019
"format" : "int64"
2001720020
},
20018-
"userName" : {
20019-
"type" : "string"
20021+
"userRef" : {
20022+
"$ref" : "#/components/schemas/UserRef"
2002020023
}
2002120024
}
2002220025
},
@@ -21610,8 +21613,8 @@
2161021613
"type" : "integer",
2161121614
"format" : "int64"
2161221615
},
21613-
"userName" : {
21614-
"type" : "string"
21616+
"userRef" : {
21617+
"$ref" : "#/components/schemas/UserRef"
2161521618
}
2161621619
}
2161721620
},

Diff for: v7.8/stroom.yaml

+6-4
Original file line numberDiff line numberDiff line change
@@ -11200,6 +11200,8 @@ components:
1120011200
FindUserCriteria:
1120111201
type: object
1120211202
properties:
11203+
activeUsersOnly:
11204+
type: boolean
1120311205
expression:
1120411206
$ref: "#/components/schemas/ExpressionOperator"
1120511207
pageRequest:
@@ -14785,8 +14787,8 @@ components:
1478514787
timeNowMs:
1478614788
type: integer
1478714789
format: int64
14788-
userName:
14789-
type: string
14790+
userRef:
14791+
$ref: "#/components/schemas/UserRef"
1479014792
SelectionIndexShardStatus:
1479114793
type: object
1479214794
properties:
@@ -16024,8 +16026,8 @@ components:
1602416026
timeNowMs:
1602516027
type: integer
1602616028
format: int64
16027-
userName:
16028-
type: string
16029+
userRef:
16030+
$ref: "#/components/schemas/UserRef"
1602916031
TaskProgressResponse:
1603016032
type: object
1603116033
properties:

Diff for: v7.8/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v7.8-planb-beta.9
1+
v7.8-beta.10

0 commit comments

Comments
 (0)