Skip to content

Commit 17aee27

Browse files
authored
Update 16/umbraco-cms/reference/webhooks/README.md
1 parent 55add97 commit 17aee27

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

16/umbraco-cms/reference/webhooks/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ This is the current default but will be removed in a future version. Legacy payl
6060
#### Minimal
6161

6262
This will become the default in version 17 and later. Minimal payloads include only essential information to identify the resource. For most events, this means a unique identifier. Some events may include additional data. For example, a document publish event also includes the list of published cultures.
63-
- Extended: These are new payload types that are available for some but not all events that gives you all relevant information regarding the event. Some information, like user/member names and emails, are not part of the payloads for security/privacy concerns. In cases where an extended payload is not present for an event, the minimal will be used as fallback.
63+
#### Extended
64+
65+
Extended payloads include all relevant information for an event, where available. However, sensitive data, such as usernames, member names, or email addresses, is excluded for privacy and security reasons. If an extended payload is not available for an event, the system falls back to the minimal payload.
6466

6567
You can change which payload type is used by
6668

0 commit comments

Comments
 (0)