From 291d2a93fa7845eeec98132e9458c660bcc75732 Mon Sep 17 00:00:00 2001
From: Marco Holz <marco.holz@fitko.de>
Date: Thu, 16 Sep 2021 23:11:56 +0200
Subject: [PATCH] Reference PUT endpoint instead of POST

POST endpoint is only used by self service portal
---
 docs/getting-started/receiving/query.mdx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/getting-started/receiving/query.mdx b/docs/getting-started/receiving/query.mdx
index 6b874565f..b56c19fb4 100644
--- a/docs/getting-started/receiving/query.mdx
+++ b/docs/getting-started/receiving/query.mdx
@@ -10,7 +10,7 @@ Letzteres stellt die empfohle Umsetzungsvariante dar, da hierdurch unnötige Anf
 
 ## Callback
 Wenn eine Callback-URL im Zustellpunkt hinterlegt ist, kann der Zustelldienst den Zustellpunkt aktiv via Callback über neue Einriechungen informieren.
-Das Format, in welchem der Callback übertragen wird, ist im Endpunkt <ApiLink to="/destinations" withMethod="post" /> definiert.
+Das Format, in welchem der Callback übertragen wird, ist im Endpunkt <ApiLink to="/destinations/{destinationId}" withMethod="put" /> definiert.
 Die Konfiguration und Prüfung von Callbacks ist im Aritkel [Verwendung von Callbacks](../../details/callbacks.mdx) beschrieben.
 
 Callbacks zur Benachrichtigung über neue Einriechungen haben das folgende Format:
-- 
GitLab