diff --git a/docs/reference/api.json b/docs/reference/api.json index 7b5b4a29c..ffaf34ea7 100644 --- a/docs/reference/api.json +++ b/docs/reference/api.json @@ -1422,6 +1422,10 @@ "description": "Configures whether Ory Kratos Passwordless should use the Code Method\n\nThis governs the \"selfservice.methods.code.passwordless_enabled\" setting.", "type": "boolean" }, + "kratos_selfservice_methods_code_max_submissions": { + "description": "Configures how many times a code can be submitted before failing the flow\n\nThis governs the \"selfservice.methods.code.max_submissions\" setting.", + "type": "integer" + }, "kratos_selfservice_methods_code_passwordless_login_fallback_enabled": { "description": "This setting allows the code method to always login a user with code if they have registered with another authentication method such as password or social sign in.\n\nThis governs the \"selfservice.methods.code.passwordless_login_fallback_enabled\" setting.", "type": "boolean" @@ -6095,6 +6099,10 @@ "description": "Configures whether Ory Kratos Passwordless should use the Code Method\n\nThis governs the \"selfservice.methods.code.passwordless_enabled\" setting.", "type": "boolean" }, + "kratos_selfservice_methods_code_max_submissions": { + "description": "Configures how many times a code can be submitted before failing the flow\n\nThis governs the \"selfservice.methods.code.max_submissions\" setting.", + "type": "integer" + }, "kratos_selfservice_methods_code_passwordless_login_fallback_enabled": { "description": "This setting allows the code method to always login a user with code if they have registered with another authentication method such as password or social sign in.\n\nThis governs the \"selfservice.methods.code.passwordless_login_fallback_enabled\" setting.", "type": "boolean"