Skip to content

Commit b7de980

Browse files
committed
docs: bump to 8504255cc935c7057faf174814db75532a95c0d5
1 parent 9751994 commit b7de980

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/reference/api.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1407,6 +1407,9 @@
14071407
"type": "string",
14081408
"x-go-enum-desc": "link SelfServiceMessageVerificationStrategyLink\ncode SelfServiceMessageVerificationStrategyCode"
14091409
},
1410+
"kratos_selfservice_methods_captcha_config_allowed_domains": {
1411+
"$ref": "#/components/schemas/StringSliceJSONFormat"
1412+
},
14101413
"kratos_selfservice_methods_captcha_config_cf_turnstile_secret": {
14111414
"description": "Configures the Cloudflare Turnstile site secret for CAPTCHA protection\n\nThe site secret is private and will be never be shared with the client. This key is write only and the value will not be returned in response to a read request.\n\nReach out to your account manager to enable this feature.",
14121415
"type": "string"
@@ -4955,6 +4958,10 @@
49554958
"format": "uuid",
49564959
"type": "string"
49574960
},
4961+
"identity_schema": {
4962+
"description": "IdentitySchema optionally holds the ID of the identity schema that is used\nfor this flow. This value can be set by the user when creating the flow and\nshould be retained when the flow is saved or converted to another flow.",
4963+
"type": "string"
4964+
},
49584965
"issued_at": {
49594966
"description": "IssuedAt is the time (UTC) when the flow started.",
49604967
"format": "date-time",
@@ -6152,6 +6159,9 @@
61526159
"type": "string",
61536160
"x-go-enum-desc": "link SelfServiceMessageVerificationStrategyLink\ncode SelfServiceMessageVerificationStrategyCode"
61546161
},
6162+
"kratos_selfservice_methods_captcha_config_allowed_domains": {
6163+
"$ref": "#/components/schemas/StringSliceJSONFormat"
6164+
},
61556165
"kratos_selfservice_methods_captcha_config_cf_turnstile_secret": {
61566166
"description": "Configures the Cloudflare Turnstile site secret for CAPTCHA protection\n\nThe site secret is private and will be never be shared with the client. This key is write only and the value will not be returned in response to a read request.\n\nReach out to your account manager to enable this feature.",
61576167
"type": "string"
@@ -8820,6 +8830,10 @@
88208830
"format": "uuid",
88218831
"type": "string"
88228832
},
8833+
"identity_schema": {
8834+
"description": "IdentitySchema optionally holds the ID of the identity schema that is used\nfor this flow. This value can be set by the user when creating the flow and\nshould be retained when the flow is saved or converted to another flow.",
8835+
"type": "string"
8836+
},
88238837
"issued_at": {
88248838
"description": "IssuedAt is the time (UTC) when the flow occurred.",
88258839
"format": "date-time",

0 commit comments

Comments
 (0)