diff --git a/src/swagger/api.yaml b/src/swagger/api.yaml index 41e79a946c9..ab06c8ecb65 100644 --- a/src/swagger/api.yaml +++ b/src/swagger/api.yaml @@ -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: @@ -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