|
39 | 39 | url: https://www.apache.org/licenses/LICENSE-2.0.html |
40 | 40 | termsOfService: /tos |
41 | 41 | title: Ory APIs |
42 | | - version: v1.22.7 |
| 42 | + version: v1.22.8 |
43 | 43 | servers: |
44 | 44 | - url: "https://{project_slug}.projects.oryapis.com/" |
45 | 45 | variables: |
@@ -9378,6 +9378,12 @@ components: |
9378 | 9378 | account_experience_default_locale: |
9379 | 9379 | description: Holds the default locale for the account experience. |
9380 | 9380 | type: string |
| 9381 | + account_experience_enabled_locales: |
| 9382 | + items: |
| 9383 | + type: string |
| 9384 | + title: "StringSliceJSONFormat represents []string{} which is encoded to/from\ |
| 9385 | + \ JSON for SQL storage." |
| 9386 | + type: array |
9381 | 9387 | account_experience_favicon_dark: |
9382 | 9388 | description: Holds the URL to the account experience's dark theme favicon |
9383 | 9389 | (currently unused). |
@@ -11749,6 +11755,10 @@ components: |
11749 | 11755 | type: string |
11750 | 11756 | default_redirect_url: |
11751 | 11757 | type: string |
| 11758 | + enabled_locales: |
| 11759 | + items: |
| 11760 | + type: string |
| 11761 | + type: array |
11752 | 11762 | error_ui_url: |
11753 | 11763 | type: string |
11754 | 11764 | favicon_dark_url: |
@@ -11798,6 +11808,7 @@ components: |
11798 | 11808 | required: |
11799 | 11809 | - default_locale |
11800 | 11810 | - default_redirect_url |
| 11811 | + - enabled_locales |
11801 | 11812 | - error_ui_url |
11802 | 11813 | - locale_behavior |
11803 | 11814 | - login_ui_url |
@@ -15343,6 +15354,12 @@ components: |
15343 | 15354 | account_experience_default_locale: |
15344 | 15355 | description: Holds the default locale for the account experience. |
15345 | 15356 | type: string |
| 15357 | + account_experience_enabled_locales: |
| 15358 | + items: |
| 15359 | + type: string |
| 15360 | + title: "StringSliceJSONFormat represents []string{} which is encoded to/from\ |
| 15361 | + \ JSON for SQL storage." |
| 15362 | + type: array |
15346 | 15363 | account_experience_favicon_dark: |
15347 | 15364 | description: Holds the URL to the account experience's dark theme favicon |
15348 | 15365 | (currently unused). |
@@ -19232,7 +19249,6 @@ components: |
19232 | 19249 | $ref: '#/components/schemas/normalizedProjectRevisionSAMLProvider' |
19233 | 19250 | type: array |
19234 | 19251 | organization_id: |
19235 | | - description: Organization ID |
19236 | 19252 | format: uuid |
19237 | 19253 | type: string |
19238 | 19254 | organization_label: |
@@ -19268,6 +19284,7 @@ components: |
19268 | 19284 | - base_url |
19269 | 19285 | - kratos_selfservice_methods_oidc_config_providers |
19270 | 19286 | - kratos_selfservice_methods_saml_config_providers |
| 19287 | + - organization_id |
19271 | 19288 | - revision_id |
19272 | 19289 | - scim_clients |
19273 | 19290 | - scim_enabled |
@@ -20651,7 +20668,6 @@ components: |
20651 | 20668 | limitation in the SQL Schema. |
20652 | 20669 | type: string |
20653 | 20670 | required: |
20654 | | - - id |
20655 | 20671 | - value |
20656 | 20672 | - via |
20657 | 20673 | type: object |
|
0 commit comments