Skip to content

Commit

Permalink
Merge pull request #104 from okta/fix-required-enum
Browse files Browse the repository at this point in the history
Fix RequiredEnum, related to OKTA-444823
arvindkrishnakumar-okta authored Nov 8, 2021
2 parents 010c820 + 0c44e8d commit 96f3aad
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/spec.json
Original file line number Diff line number Diff line change
@@ -21342,7 +21342,7 @@
"RequiredEnum": {
"enum": [
"ALWAYS",
"HIGH_RISK_ALWAYS",
"HIGH_RISK_ONLY",
"NEVER"
],
"type": "string",
2 changes: 1 addition & 1 deletion dist/spec.yaml
Original file line number Diff line number Diff line change
@@ -13697,7 +13697,7 @@ definitions:
RequiredEnum:
enum:
- ALWAYS
- HIGH_RISK_ALWAYS
- HIGH_RISK_ONLY
- NEVER
type: string
x-okta-tags:
2 changes: 1 addition & 1 deletion resources/spec.yaml
Original file line number Diff line number Diff line change
@@ -8947,7 +8947,7 @@ definitions:
RequiredEnum:
enum:
- ALWAYS
- HIGH_RISK_ALWAYS
- HIGH_RISK_ONLY
- NEVER
type: string
x-okta-tags:

0 comments on commit 96f3aad

Please sign in to comment.