From 54d40d941b112f79643f60cff26aec9c83c967da Mon Sep 17 00:00:00 2001 From: Karol Grochowalski Date: Fri, 27 Oct 2023 10:26:46 +0200 Subject: [PATCH 1/2] contentTypeName in sync webhook --- docs/panel/webhooks/sync.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/panel/webhooks/sync.md b/docs/panel/webhooks/sync.md index 52ba59b7..c722e213 100644 --- a/docs/panel/webhooks/sync.md +++ b/docs/panel/webhooks/sync.md @@ -35,6 +35,7 @@ All sync webhooks generate a payload according to the following schema: "subject":"content-object", "event": "pre-create", "sequenceNumber": 0, + "contentTypeName" : "ContetnTypeName" "payload": { ... <-- this is the object that was originally sent to Flotiq } @@ -136,4 +137,4 @@ In case the remote system fails to respond according to one of the formats descr in such case please check the following: 1. Make sure the remote system is returning a proper `200` or `400` response, as described above. -2. Check remote system's logs to verify the cause of misbehaviour. \ No newline at end of file +2. Check remote system's logs to verify the cause of misbehaviour. From 4c9a92ce5cff8118777b64ca5ebfd911bc8a2117 Mon Sep 17 00:00:00 2001 From: andrzejwp Date: Fri, 27 Oct 2023 21:00:47 +0200 Subject: [PATCH 2/2] Update docs/panel/webhooks/sync.md --- docs/panel/webhooks/sync.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/panel/webhooks/sync.md b/docs/panel/webhooks/sync.md index c722e213..18c031d4 100644 --- a/docs/panel/webhooks/sync.md +++ b/docs/panel/webhooks/sync.md @@ -35,7 +35,7 @@ All sync webhooks generate a payload according to the following schema: "subject":"content-object", "event": "pre-create", "sequenceNumber": 0, - "contentTypeName" : "ContetnTypeName" + "contentTypeName" : "ContentTypeName", "payload": { ... <-- this is the object that was originally sent to Flotiq }