Skip to content

Commit c855b6b

Browse files
committed
docs: bump to 5aa823d3fc2ce05870786598b7685a429c991692
1 parent 94094cb commit c855b6b

File tree

1 file changed

+52
-15
lines changed

1 file changed

+52
-15
lines changed

docs/reference/api.json

Lines changed: 52 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2231,40 +2231,68 @@
22312231
},
22322232
"accountExperienceConfiguration": {
22332233
"properties": {
2234-
"account_experience_theme_stylesheet": {
2234+
"default_redirect_url": {
22352235
"type": "string"
22362236
},
2237-
"favicon_type": {
2237+
"error_ui_url": {
22382238
"type": "string"
22392239
},
2240-
"favicon_url": {
2240+
"favicon_dark_url": {
22412241
"type": "string"
22422242
},
2243-
"kratos_selfservice_default_browser_return_url": {
2243+
"favicon_light_url": {
22442244
"type": "string"
22452245
},
2246-
"kratos_selfservice_flows_recovery_enabled": {
2247-
"type": "boolean"
2246+
"login_ui_url": {
2247+
"type": "string"
22482248
},
2249-
"kratos_selfservice_flows_registration_enabled": {
2249+
"logo_dark_url": {
2250+
"type": "string"
2251+
},
2252+
"logo_light_url": {
2253+
"type": "string"
2254+
},
2255+
"name": {
2256+
"type": "string"
2257+
},
2258+
"recovery_enabled": {
22502259
"type": "boolean"
22512260
},
2252-
"kratos_selfservice_flows_verification_enabled": {
2261+
"recovery_ui_url": {
2262+
"type": "string"
2263+
},
2264+
"registration_enabled": {
22532265
"type": "boolean"
22542266
},
2255-
"logo_url": {
2267+
"registration_ui_url": {
22562268
"type": "string"
22572269
},
2258-
"name": {
2270+
"settings_ui_url": {
22592271
"type": "string"
22602272
},
2261-
"organization_map": {
2262-
"additionalProperties": {
2263-
"type": "string"
2264-
},
2265-
"type": "object"
2273+
"stylesheet": {
2274+
"type": "string"
2275+
},
2276+
"verification_enabled": {
2277+
"type": "boolean"
2278+
},
2279+
"verification_ui_url": {
2280+
"type": "string"
22662281
}
22672282
},
2283+
"required": [
2284+
"name",
2285+
"registration_enabled",
2286+
"verification_enabled",
2287+
"recovery_enabled",
2288+
"recovery_ui_url",
2289+
"registration_ui_url",
2290+
"verification_ui_url",
2291+
"login_ui_url",
2292+
"settings_ui_url",
2293+
"error_ui_url",
2294+
"default_redirect_url"
2295+
],
22682296
"type": "object"
22692297
},
22702298
"accountExperienceThemeVariables": {
@@ -2946,6 +2974,9 @@
29462974
"metadata_public": {
29472975
"description": "Store metadata about the identity which the identity itself can see when calling for example the\nsession endpoint. Do not store sensitive information (e.g. credit score) about the identity in this field."
29482976
},
2977+
"organization_id": {
2978+
"$ref": "#/components/schemas/NullUUID"
2979+
},
29492980
"recovery_addresses": {
29502981
"description": "RecoveryAddresses contains all the addresses that can be used to recover an identity.\n\nUse this structure to import recovery addresses for an identity. Please keep in mind\nthat the address needs to be represented in the Identity Schema or this field will be overwritten\non the next identity update.",
29512982
"items": {
@@ -6155,6 +6186,9 @@
61556186
"readOnly": true,
61566187
"type": "string"
61576188
},
6189+
"fedcm_config_url": {
6190+
"$ref": "#/components/schemas/String"
6191+
},
61586192
"id": {
61596193
"format": "uuid",
61606194
"type": "string"
@@ -6172,6 +6206,9 @@
61726206
"description": "Mapper specifies the JSONNet code snippet which uses the OpenID Connect Provider's data (e.g. GitHub or Google\nprofile information) to hydrate the identity's data.",
61736207
"type": "string"
61746208
},
6209+
"net_id_token_origin_header": {
6210+
"$ref": "#/components/schemas/String"
6211+
},
61756212
"organization_id": {
61766213
"$ref": "#/components/schemas/NullUUID"
61776214
},

0 commit comments

Comments
 (0)