Skip to content

Commit a7d06a9

Browse files
Update gebruik-van-subscriptions-in-autorisaties.md
1 parent 11af63d commit a7d06a9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/gebruik-van-subscriptions-in-autorisaties.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Use of Subscriptions for Notifications
22

3-
43
## What is a subscription?
54

65
A subscription (abonnement) is a registration that allows an application to be automatically notified of changes.
@@ -27,7 +26,7 @@ A subscription (abonnement) is a registration that allows an application to be a
2726

2827
## Possible Values for Filters
2928

30-
Filters allows your application to limit the notifications it receives to only those changes that match specific criteria. Each channel supports its own set of filter fields. When evaluating filter values, they are combined using AND logic, meaning that only changes matching _all_ specified filters will trigger a notification. Below you will find the possible filter fields for each channel. The vule of a filter field always is a single string. If you need to subscribe to multiple values you can either create multiple subscriptions or an array of channels within a subscription.
29+
Filters allows your application to limit the notifications it receives to only those changes that match specific criteria. Each channel supports its own set of filter fields. When evaluating filter values, they are combined using AND logic, meaning that only changes matching _all_ specified filters will trigger a notification. Below you will find the possible filter fields for each channel. The vule of a filter field always is a single string. If you need to subscribe to multiple values you can either create multiple subscriptions or an array of channels within a subscription.
3130

3231
### Filters for the Zaken channel
3332

@@ -100,7 +99,7 @@ Filters allows your application to limit the notifications it receives to only t
10099
| `catalogus` | The URL of the catalog in field catalogus | https://.../catalogi/fe0ff0r5-fdd1-5011-1177-d15ac1d1f1ed |
101100
| `domein` | The domain of the catalog in field domein of catalogus | VTH |
102101

103-
## Example: get a notification when the case in the VTH domain has closed
102+
## Example: get a notification when the case in the VTH domain has closed
104103

105104
```json
106105
{

0 commit comments

Comments
 (0)