Skip to content

Commit 8684334

Browse files
committed
Temp fixes for EmailAddress SAML Verifications
1 parent b78446a commit 8684334

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

bapi/2021-02-05.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4290,7 +4290,7 @@ paths:
42904290
Organizations support private and public metadata.
42914291
Private metadata can only be accessed from the Backend API.
42924292
Public metadata can be accessed from the Backend API, and are read-only from the Frontend API.
4293-
The `created_by` user will see this as their [active organization] (https://clerk.com/docs/organizations/overview#active-organization)
4293+
The `created_by` user will see this as their [active organization](https://clerk.com/docs/organizations/overview#active-organization)
42944294
the next time they create a session, presuming they don't explicitly set a different organization as active before then.
42954295
tags:
42964296
- Organizations
@@ -4946,7 +4946,7 @@ paths:
49464946
Adds a user as a member to the given organization.
49474947
Only users in the same instance as the organization can be added as members.
49484948
4949-
This organization will be the user's [active organization] (https://clerk.com/docs/organizations/overview#active-organization)
4949+
This organization will be the user's [active organization](https://clerk.com/docs/organizations/overview#active-organization)
49504950
the next time they create a session, presuming they don't explicitly set a
49514951
different organization as active before then.
49524952
tags:
@@ -7996,6 +7996,7 @@ components:
79967996
- $ref: '#/components/schemas/verification_admin'
79977997
- $ref: '#/components/schemas/verification_from_oauth'
79987998
- $ref: '#/components/schemas/verification_ticket'
7999+
- $ref: '#/components/schemas/verification_saml'
79998000
discriminator:
80008001
propertyName: object
80018002
linked_to:

bapi/2024-10-01.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4290,7 +4290,7 @@ paths:
42904290
Organizations support private and public metadata.
42914291
Private metadata can only be accessed from the Backend API.
42924292
Public metadata can be accessed from the Backend API, and are read-only from the Frontend API.
4293-
The `created_by` user will see this as their [active organization] (https://clerk.com/docs/organizations/overview#active-organization)
4293+
The `created_by` user will see this as their [active organization](https://clerk.com/docs/organizations/overview#active-organization)
42944294
the next time they create a session, presuming they don't explicitly set a different organization as active before then.
42954295
tags:
42964296
- Organizations
@@ -4946,7 +4946,7 @@ paths:
49464946
Adds a user as a member to the given organization.
49474947
Only users in the same instance as the organization can be added as members.
49484948
4949-
This organization will be the user's [active organization] (https://clerk.com/docs/organizations/overview#active-organization)
4949+
This organization will be the user's [active organization](https://clerk.com/docs/organizations/overview#active-organization)
49504950
the next time they create a session, presuming they don't explicitly set a
49514951
different organization as active before then.
49524952
tags:
@@ -7992,6 +7992,7 @@ components:
79927992
- $ref: '#/components/schemas/verification_admin'
79937993
- $ref: '#/components/schemas/verification_from_oauth'
79947994
- $ref: '#/components/schemas/verification_ticket'
7995+
- $ref: '#/components/schemas/verification_saml'
79957996
discriminator:
79967997
propertyName: object
79977998
linked_to:

bapi/2025-03-12.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3863,7 +3863,7 @@ paths:
38633863
Organizations support private and public metadata.
38643864
Private metadata can only be accessed from the Backend API.
38653865
Public metadata can be accessed from the Backend API, and are read-only from the Frontend API.
3866-
The `created_by` user will see this as their [active organization] (https://clerk.com/docs/organizations/overview#active-organization)
3866+
The `created_by` user will see this as their [active organization](https://clerk.com/docs/organizations/overview#active-organization)
38673867
the next time they create a session, presuming they don't explicitly set a different organization as active before then.
38683868
tags:
38693869
- Organizations
@@ -4498,7 +4498,7 @@ paths:
44984498
Adds a user as a member to the given organization.
44994499
Only users in the same instance as the organization can be added as members.
45004500
4501-
This organization will be the user's [active organization] (https://clerk.com/docs/organizations/overview#active-organization)
4501+
This organization will be the user's [active organization](https://clerk.com/docs/organizations/overview#active-organization)
45024502
the next time they create a session, presuming they don't explicitly set a
45034503
different organization as active before then.
45044504
tags:

bapi/2025-04-10.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4246,7 +4246,7 @@ paths:
42464246
Organizations support private and public metadata.
42474247
Private metadata can only be accessed from the Backend API.
42484248
Public metadata can be accessed from the Backend API, and are read-only from the Frontend API.
4249-
The `created_by` user will see this as their [active organization] (https://clerk.com/docs/organizations/overview#active-organization)
4249+
The `created_by` user will see this as their [active organization](https://clerk.com/docs/organizations/overview#active-organization)
42504250
the next time they create a session, presuming they don't explicitly set a different organization as active before then.
42514251
tags:
42524252
- Organizations
@@ -4902,7 +4902,7 @@ paths:
49024902
Adds a user as a member to the given organization.
49034903
Only users in the same instance as the organization can be added as members.
49044904
4905-
This organization will be the user's [active organization] (https://clerk.com/docs/organizations/overview#active-organization)
4905+
This organization will be the user's [active organization](https://clerk.com/docs/organizations/overview#active-organization)
49064906
the next time they create a session, presuming they don't explicitly set a
49074907
different organization as active before then.
49084908
tags:
@@ -7974,6 +7974,7 @@ components:
79747974
- $ref: '#/components/schemas/verification_admin'
79757975
- $ref: '#/components/schemas/verification_from_oauth'
79767976
- $ref: '#/components/schemas/verification_ticket'
7977+
- $ref: '#/components/schemas/verification_saml'
79777978
discriminator:
79787979
propertyName: object
79797980
linked_to:

0 commit comments

Comments
 (0)