From 70b2642bd12f3e43e98c2cfe6f6a20b66be2033d Mon Sep 17 00:00:00 2001 From: Frank Schubert Date: Thu, 8 Feb 2024 11:38:58 +0100 Subject: [PATCH] Fixed type in api docs --- public/docs/preorder-api.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/docs/preorder-api.yaml b/public/docs/preorder-api.yaml index ef8a69f7d..8b7d8c4f8 100644 --- a/public/docs/preorder-api.yaml +++ b/public/docs/preorder-api.yaml @@ -750,13 +750,13 @@ paths: description: Keine Berechtigung oder Storno Request bereits vorhanden '404': description: Bestellung nicht gefunden oder bereits storniert - /preorder/{id}/clientIntallationFinished: + /preorder/{id}/clientInstallationFinished: post: tags: - preorder summary: Bestellung auf Status 200 - Rohr im Gebäude setzen description: Setzt Status der Bestellung auf 200 - Rohr im Gebäude. Wird gesetzt wenn beim Kunden die Lehrrohrinstallation abgeschlossen ist. - operationId: setClientIntallationFinished + operationId: setClientInstallationFinished parameters: - name: id in: path