From 2fb60aab2d7fa4cc45aea3a4a579946a0a50f9ec Mon Sep 17 00:00:00 2001 From: Frank Schubert Date: Mon, 28 Apr 2025 15:59:20 +0200 Subject: [PATCH] Added is_discount property to api docs --- public/docs/preorder-api.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/docs/preorder-api.yaml b/public/docs/preorder-api.yaml index d60fa89fe..488d973b2 100644 --- a/public/docs/preorder-api.yaml +++ b/public/docs/preorder-api.yaml @@ -5,7 +5,7 @@ info: license: name: Apache 2.0 License url: http://www.apache.org/licenses/LICENSE-2.0.html - version: 1.2.1 + version: 1.2.2 servers: - url: https://thetool-test.xinon.at/api/v1 - url: https://thetool.xinon.at/api/v1 @@ -280,6 +280,10 @@ paths: description: Zusätzliche Information zum Preis example: Rabattaktion in Gemeinde nullable: true + enduser_setup_is_discount: + type: boolean + description: "`true` wenn der Preis ein Aktionspreis ist. Sonst `false`" + example: true enduser_setup_valid_until: type: string format: date-time