diff --git a/docs/getting-started/receiving/query.mdx b/docs/getting-started/receiving/query.mdx
index dc184a6a18f763453dd8373c94b4533b9a87ba78..1bf7e7df9fa2a523d9b980da299647e9ca79ee42 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