From b2194754cc95ce5da45ad291b2c8013dc44bed6b Mon Sep 17 00:00:00 2001 From: Erik Manor Date: Tue, 9 Aug 2022 17:01:50 -0700 Subject: [PATCH 1/2] Add attribute uiSchemaId to the Profile Enrollment Action Object --- dist/spec.json | 5 ++++- dist/spec.yaml | 2 ++ resources/spec.yaml | 2 ++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/dist/spec.json b/dist/spec.json index d004c4a..42c2e03 100644 --- a/dist/spec.json +++ b/dist/spec.json @@ -22630,6 +22630,9 @@ }, "type": "array" }, + "uiSchemaId": { + "type": "string" + }, "unknownUserAction": { "type": "string" } @@ -26536,4 +26539,4 @@ ] } } -} +} \ No newline at end of file diff --git a/dist/spec.yaml b/dist/spec.yaml index 8c7a9ae..28e5067 100644 --- a/dist/spec.yaml +++ b/dist/spec.yaml @@ -14545,6 +14545,8 @@ definitions: items: type: string type: array + uiSchemaId: + type: string unknownUserAction: type: string type: object diff --git a/resources/spec.yaml b/resources/spec.yaml index 8490b87..896b498 100644 --- a/resources/spec.yaml +++ b/resources/spec.yaml @@ -11927,6 +11927,8 @@ definitions: type: array unknownUserAction: type: string + uiSchemaId: + type: string type: object x-okta-tags: - Policy From 408a2340a87ed8a59f56b49844c40f5f92d11ce8 Mon Sep 17 00:00:00 2001 From: emanor-okta <75505052+emanor-okta@users.noreply.github.com> Date: Fri, 28 Oct 2022 12:38:02 -0700 Subject: [PATCH 2/2] Update CHANGELOG.md Added `uiSchemaId` property to the `ProfileEnrollmentPolicyRuleAction` model --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49c0796..9a8ab8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ Running changelog of releases since `2.2.3` - Added `/api/v1/apps/${applicationId}/credentials/secrets` endpoints and `ClientSecret` model by @monde in https://github.com/okta/okta-management-openapi-spec/pull/146 - Added property `pkce_required` to `ApplicationCredentialsOAuthClient` model by @monde in https://github.com/okta/okta-management-openapi-spec/pull/145 + - Added `uiSchemaId` property to the `ProfileEnrollmentPolicyRuleAction` model by @emanor-okta in https://github.com/okta/okta-management-openapi-spec/pull/144 ### Bug fixes