Skip to content

Commit

Permalink
docs: bump to c3010a1f10a7360022054c8f91c5dcc928f4b95f
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Oct 18, 2024
1 parent 90cb1cf commit 654658b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/reference/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,10 @@
"description": "Configures the Ory Kratos Valid Registration via Code Email Subject Template\n\nThis governs the \"courier.smtp.templates.registration_code.valid.email.subject\" setting.",
"type": "string"
},
"kratos_courier_templates_registration_code_valid_sms_body_plaintext": {
"description": "Configures the Ory Kratos Valid Registration via Code Email Subject Template\n\nThis governs the \"courier.smtp.templates.registration_code.valid.sms.body.plaintext\" setting.",
"type": "string"
},
"kratos_courier_templates_verification_code_invalid_email_body_html": {
"description": "Configures the Ory Kratos Invalid Verification via Code Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.verification_code.invalid.email.body.html\" setting.",
"type": "string"
Expand Down Expand Up @@ -1791,6 +1795,9 @@
"favicon_url": {
"type": "string"
},
"kratos_selfservice_default_browser_return_url": {
"type": "string"
},
"kratos_selfservice_flows_recovery_enabled": {
"type": "boolean"
},
Expand Down Expand Up @@ -4905,6 +4912,10 @@
"description": "Configures the Ory Kratos Valid Registration via Code Email Subject Template\n\nThis governs the \"courier.smtp.templates.registration_code.valid.email.subject\" setting.",
"type": "string"
},
"kratos_courier_templates_registration_code_valid_sms_body_plaintext": {
"description": "Configures the Ory Kratos Valid Registration via Code Email Subject Template\n\nThis governs the \"courier.smtp.templates.registration_code.valid.sms.body.plaintext\" setting.",
"type": "string"
},
"kratos_courier_templates_verification_code_invalid_email_body_html": {
"description": "Configures the Ory Kratos Invalid Verification via Code Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.verification_code.invalid.email.body.html\" setting.",
"type": "string"
Expand Down Expand Up @@ -17915,6 +17926,16 @@
"get": {
"description": "This endpoint initiates a verification flow for API clients such as mobile devices, smart TVs, and so on.\n\nTo fetch an existing verification flow call `/self-service/verification/flows?flow=\u003cflow_id\u003e`.\n\nYou MUST NOT use this endpoint in client-side (Single Page Apps, ReactJS, AngularJS) nor server-side (Java Server\nPages, NodeJS, PHP, Golang, ...) browser applications. Using this endpoint in these applications will make\nyou vulnerable to a variety of CSRF attacks.\n\nThis endpoint MUST ONLY be used in scenarios such as native mobile apps (React Native, Objective C, Swift, Java, ...).\n\nMore information can be found at [Ory Email and Phone Verification Documentation](https://www.ory.sh/docs/kratos/self-service/flows/verify-email-account-activation).",
"operationId": "createNativeVerificationFlow",
"parameters": [
{
"description": "A URL contained in the return_to key of the verification flow.\nThis piece of data has no effect on the actual logic of the flow and is purely informational.",
"in": "query",
"name": "return_to",
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"content": {
Expand Down

0 comments on commit 654658b

Please sign in to comment.