Skip to content

Commit

Permalink
Fix user and group schema api - unique attribute #1568 (#1574)
Browse files Browse the repository at this point in the history
  • Loading branch information
arvindkrishnakumar-okta authored Nov 1, 2024
1 parent f1a9f90 commit ddd54bd
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/swagger/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52559,9 +52559,7 @@ components:
allOf:
- $ref: '#/components/schemas/UserSchemaAttributeType'
unique:
description: Determines whether property values must be unique
type: boolean
nullable: true
type: string
GroupSchemaBase:
type: object
properties:
Expand Down Expand Up @@ -65764,9 +65762,7 @@ components:
allOf:
- $ref: '#/components/schemas/UserSchemaAttributeType'
unique:
description: Determines whether property values must be unique
type: boolean
nullable: true
type: string
x-okta-allow-null-property-value-for-updates: true
UserSchemaAttributeEnum:
type: object
Expand Down

0 comments on commit ddd54bd

Please sign in to comment.