|
39 | 39 | url: https://www.apache.org/licenses/LICENSE-2.0.html |
40 | 40 | termsOfService: /tos |
41 | 41 | title: Ory APIs |
42 | | - version: v1.21.4 |
| 42 | + version: v1.21.5 |
43 | 43 | servers: |
44 | 44 | - url: "https://{project_slug}.projects.oryapis.com/" |
45 | 45 | variables: |
@@ -10551,6 +10551,12 @@ components: |
10551 | 10551 | x-go-enum-desc: |- |
10552 | 10552 | link SelfServiceMessageVerificationStrategyLink |
10553 | 10553 | code SelfServiceMessageVerificationStrategyCode |
| 10554 | + kratos_selfservice_methods_captcha_config_allowed_domains: |
| 10555 | + items: |
| 10556 | + type: string |
| 10557 | + title: "StringSliceJSONFormat represents []string{} which is encoded to/from\ |
| 10558 | + \ JSON for SQL storage." |
| 10559 | + type: array |
10554 | 10560 | kratos_selfservice_methods_captcha_config_cf_turnstile_secret: |
10555 | 10561 | description: |- |
10556 | 10562 | Configures the Cloudflare Turnstile site secret for CAPTCHA protection |
@@ -14586,6 +14592,7 @@ components: |
14586 | 14592 |
|
14587 | 14593 | Once a login flow is completed successfully, a session cookie or session token will be issued. |
14588 | 14594 | example: |
| 14595 | + identity_schema: identity_schema |
14589 | 14596 | requested_aal: aal0 |
14590 | 14597 | active: password |
14591 | 14598 | created_at: 2000-01-23T04:56:07.000+00:00 |
@@ -14875,6 +14882,12 @@ components: |
14875 | 14882 | represents the id in the login UI's query parameter: http://<selfservice.flows.login.ui_url>/?flow=<flow_id> |
14876 | 14883 | format: uuid |
14877 | 14884 | type: string |
| 14885 | + identity_schema: |
| 14886 | + description: |- |
| 14887 | + IdentitySchema optionally holds the ID of the identity schema that is used |
| 14888 | + for this flow. This value can be set by the user when creating the flow and |
| 14889 | + should be retained when the flow is saved or converted to another flow. |
| 14890 | + type: string |
14878 | 14891 | issued_at: |
14879 | 14892 | description: IssuedAt is the time (UTC) when the flow started. |
14880 | 14893 | format: date-time |
@@ -16586,6 +16599,12 @@ components: |
16586 | 16599 | x-go-enum-desc: |- |
16587 | 16600 | link SelfServiceMessageVerificationStrategyLink |
16588 | 16601 | code SelfServiceMessageVerificationStrategyCode |
| 16602 | + kratos_selfservice_methods_captcha_config_allowed_domains: |
| 16603 | + items: |
| 16604 | + type: string |
| 16605 | + title: "StringSliceJSONFormat represents []string{} which is encoded to/from\ |
| 16606 | + \ JSON for SQL storage." |
| 16607 | + type: array |
16589 | 16608 | kratos_selfservice_methods_captcha_config_cf_turnstile_secret: |
16590 | 16609 | description: |- |
16591 | 16610 | Configures the Cloudflare Turnstile site secret for CAPTCHA protection |
@@ -20674,6 +20693,7 @@ components: |
20674 | 20693 | type: object |
20675 | 20694 | registrationFlow: |
20676 | 20695 | example: |
| 20696 | + identity_schema: identity_schema |
20677 | 20697 | active: password |
20678 | 20698 | return_to: return_to |
20679 | 20699 | session_token_exchange_code: session_token_exchange_code |
@@ -20954,6 +20974,12 @@ components: |
20954 | 20974 | represents the id in the registration ui's query parameter: http://<selfservice.flows.registration.ui_url>/?flow=<id> |
20955 | 20975 | format: uuid |
20956 | 20976 | type: string |
| 20977 | + identity_schema: |
| 20978 | + description: |- |
| 20979 | + IdentitySchema optionally holds the ID of the identity schema that is used |
| 20980 | + for this flow. This value can be set by the user when creating the flow and |
| 20981 | + should be retained when the flow is saved or converted to another flow. |
| 20982 | + type: string |
20957 | 20983 | issued_at: |
20958 | 20984 | description: IssuedAt is the time (UTC) when the flow occurred. |
20959 | 20985 | format: date-time |
|
0 commit comments