You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/backend/src/api/endpoints/InstanceApi.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ type UpdateOrganizationSettingsParams = {
52
52
adminDeleteEnabled?: boolean|null|undefined;
53
53
domainsEnabled?: boolean|null|undefined;
54
54
/**
55
-
* Specifies which [enrollment modes](https://clerk.com/docs/guides/organizations/verified-domains#enrollment-mode) to enable for your Organization Domains.
55
+
* Specifies which [enrollment modes](https://clerk.com/docs/guides/organizations/verified-domains#enable-verified-domains) to enable for your Organization Domains.
56
56
*
57
57
* @remarks Supported modes are 'automatic_invitation' & 'automatic_suggestion'.
Copy file name to clipboardExpand all lines: packages/shared/src/react/hooks/useOrganization.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ export type UseOrganizationParams = {
31
31
* If set to `true`, all default properties will be used.<br />
32
32
* Otherwise, accepts an object with the following optional properties:
33
33
* <ul>
34
-
* <li>`enrollmentMode`: A string that filters the domains by the provided [enrollment mode](https://clerk.com/docs/guides/organizations/verified-domains#enrollment-mode).</li>
34
+
* <li>`enrollmentMode`: A string that filters the domains by the provided [enrollment mode](https://clerk.com/docs/guides/organizations/verified-domains#enable-verified-domains).</li>
35
35
* <li>Any of the properties described in [Shared properties](#shared-properties).</li>
0 commit comments