Skip to content

Commit b50d4ce

Browse files
OpenApi: Add missing AppAndInstancePolicyRuleCondition to AuthenticatorEnrollmentPolicyRuleConditions
OpenApi: Update InlineHooks to match the latest spec
1 parent 048f636 commit b50d4ce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/swagger/api.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47952,13 +47952,15 @@ components:
4795247952
properties:
4795347953
network:
4795447954
$ref: '#/components/schemas/PolicyNetworkCondition'
47955+
app:
47956+
$ref: '#/components/schemas/AppAndInstancePolicyRuleCondition'
4795547957
people:
4795647958
type: object
4795747959
description: Identifies Users and Groups that are used together
4795847960
properties:
4795947961
users:
4796047962
type: object
47961-
description: Specifies a set of Users to be included or excluded
47963+
description: Specifies a set of Uers to be included or excluded
4796247964
properties:
4796347965
exclude:
4796447966
type: array

0 commit comments

Comments
 (0)