File tree Expand file tree Collapse file tree 1 file changed +17
-4
lines changed Expand file tree Collapse file tree 1 file changed +17
-4
lines changed Original file line number Diff line number Diff line change 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"
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 },
25272536 "settings_ui_url",
25282537 "error_ui_url",
25292538 "default_redirect_url",
2530- "translations"
2539+ "translations",
2540+ "enabled_locales"
25312541 ],
25322542 "type": "object"
25332543 },
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"
75197532 "$ref": "#/components/schemas/projectRevisionSamlProviders"
75207533 },
75217534 "organization_id": {
7522- "description": "Organization ID",
75237535 "format": "uuid",
75247536 "type": "string"
75257537 },
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 },
86288641 "$ref": "#/components/schemas/RecoveryAddressType"
86298642 }
86308643 },
8631- "required": ["id", " value", "via"],
8644+ "required": ["value", "via"],
86328645 "type": "object"
86338646 },
86348647 "recoveryLinkForIdentity": {
You can’t perform that action at this time.
0 commit comments