Skip to content

Commit 7daa195

Browse files
authored
Update 16/umbraco-cms/reference/webhooks/README.md
1 parent 80608a1 commit 7daa195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Umbraco webhooks come with predefined settings and behaviors.
5252

5353
### JSON Payload
5454

55-
Each webhook event sends a JSON payload. The following types of payloads are available by default
55+
Each webhook event sends a JSON payload. The following types of payloads are available by default.
5656

5757
- Legacy: This is the current default but will be removed in a future version. It uses the payloads as they were before V16. These payloads are inconsistent and contain information that was never ment to be exposed or is superseded by newer types (int vs guid).
5858
- Minimal: This will be the default in v17+. This version of the payloads will only contain information to indentify the resource in question. For most resources this will be it's unique identifier. Some events might require more information. For example: the payload for the document publish event will also contain all cultures that were published at that point in time.

0 commit comments

Comments
 (0)