Added is_discount property to api docs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user