-
-
Notifications
You must be signed in to change notification settings - Fork 47
docs: update webhook docs #1295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds documentation for the new Identifier.Lockout webhook event that is triggered when a user account is locked due to multiple failed sign-in attempts. The PR also updates image references from .png to .webp format across all localized documentation files.
- Added documentation for the new
Identifier.Lockoutexception webhook event in the events and request documentation - Updated image references from
create-webhook-page.pngtocreate-webhook-page.webpacross all localized versions - Documented the request body structure and fields for the new exception hook event
Reviewed Changes
Copilot reviewed 12 out of 14 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/developers/webhooks/events.mdx | Added new "Exception hook events" section documenting the Identifier.Lockout event |
| docs/developers/webhooks/request.mdx | Added type field to ApplicationEntity and new "Exception hook events request body" section with field definitions |
| docs/developers/webhooks/configure-webhooks.mdx | Updated image reference from .png to .webp format |
| i18n/zh-TW/docusaurus-plugin-content-docs/current/developers/webhooks/configure-webhooks.mdx | Updated image reference from .png to .webp format |
| i18n/zh-CN/docusaurus-plugin-content-docs/current/developers/webhooks/configure-webhooks.mdx | Updated image reference from .png to .webp format |
| i18n/th/docusaurus-plugin-content-docs/current/developers/webhooks/configure-webhooks.mdx | Updated image reference from .png to .webp format |
| i18n/pt-BR/docusaurus-plugin-content-docs/current/developers/webhooks/configure-webhooks.mdx | Updated image reference from .png to .webp format |
| i18n/ko/docusaurus-plugin-content-docs/current/developers/webhooks/configure-webhooks.mdx | Updated image reference from .png to .webp format |
| i18n/ja/docusaurus-plugin-content-docs/current/developers/webhooks/configure-webhooks.mdx | Updated image reference from .png to .webp format |
| i18n/fr/docusaurus-plugin-content-docs/current/developers/webhooks/configure-webhooks.mdx | Updated image reference from .png to .webp format |
| i18n/es/docusaurus-plugin-content-docs/current/developers/webhooks/configure-webhooks.mdx | Updated image reference from .png to .webp format |
| i18n/de/docusaurus-plugin-content-docs/current/developers/webhooks/configure-webhooks.mdx | Updated image reference from .png to .webp format |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Deploying logto-docs-tutorials with
|
| Latest commit: |
09f5566
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://205bebf4.logto-docs-tutorials.pages.dev |
| Branch Preview URL: | https://charles-log-12398-update-web.logto-docs-tutorials.pages.dev |
Deploying logto-docs with
|
| Latest commit: |
09f5566
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://a9b67c8a.logto-docs.pages.dev |
| Branch Preview URL: | https://charles-log-12398-update-web.logto-docs.pages.dev |
0404f4a to
09f5566
Compare
Summary
Add "Identifier.Lockout" webhook to docs.