From 0c44e8d81304ecdcfebbd3cf1188afb322501788 Mon Sep 17 00:00:00 2001 From: Serhii Buniak Date: Mon, 8 Nov 2021 20:21:29 +0200 Subject: [PATCH] Fix RequiredEnum, related to OKTA-444823 --- dist/spec.json | 2 +- dist/spec.yaml | 2 +- resources/spec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/spec.json b/dist/spec.json index 051599e..4c128e5 100644 --- a/dist/spec.json +++ b/dist/spec.json @@ -21342,7 +21342,7 @@ "RequiredEnum": { "enum": [ "ALWAYS", - "HIGH_RISK_ALWAYS", + "HIGH_RISK_ONLY", "NEVER" ], "type": "string", diff --git a/dist/spec.yaml b/dist/spec.yaml index f8d366c..fcc0643 100644 --- a/dist/spec.yaml +++ b/dist/spec.yaml @@ -13697,7 +13697,7 @@ definitions: RequiredEnum: enum: - ALWAYS - - HIGH_RISK_ALWAYS + - HIGH_RISK_ONLY - NEVER type: string x-okta-tags: diff --git a/resources/spec.yaml b/resources/spec.yaml index bee93b9..1630b7d 100644 --- a/resources/spec.yaml +++ b/resources/spec.yaml @@ -8947,7 +8947,7 @@ definitions: RequiredEnum: enum: - ALWAYS - - HIGH_RISK_ALWAYS + - HIGH_RISK_ONLY - NEVER type: string x-okta-tags: