Skip to content

Commit 979c117

Browse files
authored
refactor: update webhook event list (#1307)
1 parent 6478b5b commit 979c117

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/developers/webhooks/events.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ This guide list the different Logto webhook events and explains when each event
106106
| POST /organization-roles/:id/scopes | OrganizationRole.Scopes.Updated |
107107
| DELETE /organization-roles/:id/scopes/:organizationScopeId | OrganizationRole.Scopes.Updated |
108108

109-
### Interaction API triggered events \{#interaction-api-triggered-events}
109+
### Experience API triggered events \{#experience-api-triggered-events}
110110

111111
| User interaction action | Event |
112112
| ------------------------ | ----------------- |
@@ -120,9 +120,9 @@ This guide list the different Logto webhook events and explains when each event
120120

121121
### Security \{#security}
122122

123-
| Event type | Description |
124-
| ------------------ | ----------------------------------------------------------------- |
125-
| Identifier.Lockout | A user account is locked due to multiple failed sign-in attempts. |
123+
| Event type | Description |
124+
| ------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
125+
| Identifier.Lockout | A user account is locked due to consecutive failed identity verification attempts. Can be triggered in the following flows:<br /><ul><li>Password verification failed</li><li>Code verification failed</li><li>One-time token verification failed</li></ul> |
126126

127127
## FAQs \{#faqs}
128128

0 commit comments

Comments
 (0)