From 8a67401d2cb221f5a32d29eccd0157205e258e6a Mon Sep 17 00:00:00 2001 From: Frank Schubert Date: Wed, 14 Sep 2022 16:40:07 +0200 Subject: [PATCH] fixed preorder type --- public/docs/preorder-api.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/docs/preorder-api.yaml b/public/docs/preorder-api.yaml index c6ba40d29..e3e9eaeac 100644 --- a/public/docs/preorder-api.yaml +++ b/public/docs/preorder-api.yaml @@ -193,7 +193,7 @@ paths: tags: - preorder summary: Vorbestellung registrieren - description: "Registriert eine Vorbestellung. Parameter `type` bestimmt Vorbestelltyp: 'provision' = Vorsorgeanschluss, 'order' = Vorbestellung" + description: "Registriert eine Vorbestellung. Parameter `type` bestimmt Vorbestelltyp: 'interest' = Interessensbekundung, 'provision' = Vorsorgeanschluss" operationId: submitPreorder requestBody: description: PreorderRequest object @@ -286,8 +286,8 @@ components: properties: type: type: string - enum: [provision, order] - desciption: Vorbestelltyp (`provision` = Vorsorgeanschluss, `order` = Vollanschluss) + enum: [interest, provision] + desciption: Vorbestelltyp (`interest` = Interessensbekundung, `provision` = Vorsorgeanschluss) address: type: object properties: