Skip to content

Commit b5d4027

Browse files
committed
Documentation updates for APIs related to webhook changes.
1 parent 0008dc8 commit b5d4027

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

site/docs/v1/tech/events-webhooks/_application-webhooks-warning.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This documentation is for versions earlier than 1.37.0. Application scoped event
55
**Please don't use application scoped webhook functionality.**
66
====
77

8-
Prior to version 1.37.0 these events can be application scoped:
8+
Prior to version 1.37.0 these events could be application scoped:
99

1010
* `jwt.public-key.update`
1111
* `jwt.refresh-token.revoke`

site/docs/v1/tech/events-webhooks/_tenant-or-application-scoped-event.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Prior to version 1.37.0 this is a tenant or application scoped event. It can be sent to all applications or to one or more specified applications.
1+
Prior to version 1.37.0 this was a tenant or application scoped event. It can be sent to all applications or to one or more specified applications.
22

33
The ability to limit the generation of an event for only certain applications is legacy functionality and is removed as of version 1.37.0. In earlier versions, you almost certainly want to enable this event at the tenant level and optionally filter on the [field]#tenantId# when consuming the event.
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Prior to version 1.37.0 this is a tenant scoped event. This event will be sent to all tenants that are listening, but will contain a [field]#tenantId# to allow for filtering.
1+
Prior to version 1.37.0 this was a tenant scoped event. This event will be sent to all tenants that are listening, but will contain a [field]#tenantId# to allow for filtering.
22

33
In version 1.37.0 and later this is also a tenant scoped event. It can be sent to all tenants or to one or more specified tenants. However, those tenants will not be sent events for other tenants, but only events related to themselves.

0 commit comments

Comments
 (0)