From fa7a6ce96f8b28903e2e40a8e697713adfce4dc8 Mon Sep 17 00:00:00 2001 From: Stephan Schuster <110379076+win36@users.noreply.github.com> Date: Mon, 29 Apr 2024 14:05:19 +0200 Subject: [PATCH] Replace /dokumente/zuordnungen with /dokumente/moeglichezuordnungen in Sonstiges.puml In the sequence diagram a deprecated endpoint was used. --- docs/Sonstiges.puml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Sonstiges.puml b/docs/Sonstiges.puml index bc72f75..ebe39ff 100644 --- a/docs/Sonstiges.puml +++ b/docs/Sonstiges.puml @@ -9,7 +9,7 @@ c -> api: GET /dokumente/{dokumentId}/preview (dokumentId, seite, [small|large]) api --> c: 200 OK == get determine possible assignments (category, reference) \n for case/application == -c -> api: GET /dokumente/zuordnungen (vorgangsNummer, antragsNummer) +c -> api: GET /dokumente/moeglichezuordnungen (vorgangsNummer, antragsNummer) api --> c: 200 OK == Stay synchronous\determine current revisions of \n resources\the document and page resources keep a \n revision\has it changed, this can be a trigger for \n resynchronization ==