Skip to content

Commit 578d6a6

Browse files
committed
docs: bump to 6c7627040ad721aba93ed2a2b3a782901952edfe
1 parent 5542a94 commit 578d6a6

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

docs/reference/api.json

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -673,6 +673,9 @@
673673
"description": "Holds the default locale for the account experience.",
674674
"type": "string"
675675
},
676+
"account_experience_enabled_locales": {
677+
"$ref": "#/components/schemas/StringSliceJSONFormat"
678+
},
676679
"account_experience_favicon_dark": {
677680
"description": "Holds the URL to the account experience's dark theme favicon (currently unused).",
678681
"type": "string"
@@ -2455,6 +2458,12 @@
24552458
"default_redirect_url": {
24562459
"type": "string"
24572460
},
2461+
"enabled_locales": {
2462+
"items": {
2463+
"type": "string"
2464+
},
2465+
"type": "array"
2466+
},
24582467
"error_ui_url": {
24592468
"type": "string"
24602469
},
@@ -2527,7 +2536,8 @@
25272536
"settings_ui_url",
25282537
"error_ui_url",
25292538
"default_redirect_url",
2530-
"translations"
2539+
"translations",
2540+
"enabled_locales"
25312541
],
25322542
"type": "object"
25332543
},
@@ -5233,6 +5243,9 @@
52335243
"description": "Holds the default locale for the account experience.",
52345244
"type": "string"
52355245
},
5246+
"account_experience_enabled_locales": {
5247+
"$ref": "#/components/schemas/StringSliceJSONFormat"
5248+
},
52365249
"account_experience_favicon_dark": {
52375250
"description": "Holds the URL to the account experience's dark theme favicon (currently unused).",
52385251
"type": "string"
@@ -7519,7 +7532,6 @@
75197532
"$ref": "#/components/schemas/projectRevisionSamlProviders"
75207533
},
75217534
"organization_id": {
7522-
"description": "Organization ID",
75237535
"format": "uuid",
75247536
"type": "string"
75257537
},
@@ -7564,7 +7576,8 @@
75647576
"scim_enabled",
75657577
"kratos_selfservice_methods_saml_config_providers",
75667578
"kratos_selfservice_methods_oidc_config_providers",
7567-
"scim_clients"
7579+
"scim_clients",
7580+
"organization_id"
75687581
],
75697582
"type": "object"
75707583
},
@@ -8628,7 +8641,7 @@
86288641
"$ref": "#/components/schemas/RecoveryAddressType"
86298642
}
86308643
},
8631-
"required": ["id", "value", "via"],
8644+
"required": ["value", "via"],
86328645
"type": "object"
86338646
},
86348647
"recoveryLinkForIdentity": {

0 commit comments

Comments
 (0)