From 6e9dfcf5046fa694792abf5b43538a251b93f16c Mon Sep 17 00:00:00 2001 From: ian Date: Thu, 27 Mar 2025 09:12:24 +0800 Subject: [PATCH] Add backticks to `items.create` --- content/releases/3.breaking-changes/2.version-11.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/releases/3.breaking-changes/2.version-11.md b/content/releases/3.breaking-changes/2.version-11.md index 818fc77a..97f97514 100644 --- a/content/releases/3.breaking-changes/2.version-11.md +++ b/content/releases/3.breaking-changes/2.version-11.md @@ -5,7 +5,7 @@ description: Breaking changes may require action on your part before upgrading. ## Version 11.6.0 -### items.create action hook receives final payload +### `items.create` action hook receives final payload We now pass the final payload to the `items.create` action hook, after the filter hooks and preset changes have been applied, instead of the original payload.