Skip to content

Commit 034cd6e

Browse files
committed
Documentation updates for APIs related to webhook changes.
1 parent d47ac01 commit 034cd6e

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
This is a tenant or application scoped event. It can be sent to all applications in a tenant or to one or more specified applications. It will also be sent to all tenants that are listening for this event. A [field]#tenantId# will be present in the payload to allow for filtering.
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.
22

3-
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. You almost certainly want to enable this event at the tenant level and optionally filter on the [field]#applicationId# when consuming the event.
3+
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.
4+
5+
In version 1.37.0 and later this is a tenant scoped event. It can be sent to all tenants or to one or more specified tenants. Those tenants will only be sent events related to their tenant. You can optionally also filter on the [field]#applicationId# when consuming the event.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
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 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.
2+
3+
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)