Skip to content

Commit

Permalink
Fix #1562: Add additionalProperties to OktaUserGroupProfile (#1591)
Browse files Browse the repository at this point in the history
Fix issue #1562: Add additionalProperties property to OktaUserGroupProfile object
  • Loading branch information
arvindkrishnakumar-okta authored Jan 27, 2025
1 parent dda294f commit dab4647
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/swagger/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3472,7 +3472,7 @@ paths:
in: query
required: true
schema:
type: string
type: integer
example: mXtzOtml09Dg1ZCeKxTRBo3KrQuBWFkJ5oxhVagjTzo
responses:
'200':
Expand Down Expand Up @@ -56662,6 +56662,7 @@ components:
type: boolean
default: false
OktaUserGroupProfile:
additionalProperties: true
description: |-
Profile for any Group that is not imported from Active Directory. Specifies the standard
and custom profile properties for a Group.
Expand Down

0 comments on commit dab4647

Please sign in to comment.