From a6bd8bdf24aad7609a7e0c855e33ccf691894c13 Mon Sep 17 00:00:00 2001
From: Marco Holz <marco.holz@fitko.de>
Date: Wed, 15 Sep 2021 09:48:56 +0200
Subject: [PATCH] Change submission webhook payload

---
 docs/getting-started/receiving/query.mdx | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/docs/getting-started/receiving/query.mdx b/docs/getting-started/receiving/query.mdx
index dc184a6a1..1bf7e7df9 100644
--- a/docs/getting-started/receiving/query.mdx
+++ b/docs/getting-started/receiving/query.mdx
@@ -15,9 +15,11 @@ Das Format, in welchem der Callback übertragen wird, im Endpunkt <ApiLink to="/
 Im Endeffekt, ist es jedoch ein Array mit UUIDs für jede bereitstehende Einreichung, wie im Beispiel unten.
 
 ```json
-[
-  "17b64151-fc80-4000-8fb7-6ddd08115780"
-]
+{
+  "submissionIds": [
+    "17b64151-fc80-4000-8fb7-6ddd08115780"
+  ]
+}
 ```
 
 :::caution Hinweis
-- 
GitLab