Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove unused SCIM setting - assumeControlOfExisting (#8101)
This property is unused and should be removed. This fixes a logged schema error: ``` Invalid response: { "schema": "#/components/schemas/scimSettingsSchema", "errors": [ { "instancePath": "", "schemaPath": "#/required", "keyword": "required", "params": { "missingProperty": "assumeControlOfExisting" }, "message": "must have required property 'assumeControlOfExisting'" } ] } ```
- Loading branch information