From 57ec8853e6b7645ecad4db3b947c1b5cf4d7eaad Mon Sep 17 00:00:00 2001 From: Nils Dammenhayn Date: Wed, 4 May 2022 13:57:06 +0200 Subject: [PATCH] KITT-1803 #abloeseBetrag added to all abzuloesendeVerbindlichkeiten --- .gitignore | 2 ++ swagger.yml | 12 +++++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b4fb944 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# Default ignored files +.idea diff --git a/swagger.yml b/swagger.yml index 71cc674..049fadf 100644 --- a/swagger.yml +++ b/swagger.yml @@ -1,6 +1,6 @@ swagger: '2.0' info: - version: 2.4.3 + version: 2.4.4 title: KEX Market Engine API basePath: /v1 schemes: @@ -945,6 +945,8 @@ definitions: format: date urspruenglicherBetrag: $ref: '#/definitions/euro' + abloeseBetrag: + $ref: '#/definitions/euro' konto: $ref: '#/definitions/konto' @@ -958,6 +960,8 @@ definitions: format: date urspruenglicherBetrag: $ref: '#/definitions/euro' + abloeseBetrag: + $ref: '#/definitions/euro' konto: $ref: '#/definitions/konto' @@ -966,6 +970,8 @@ definitions: properties: id: type: string + abloeseBetrag: + $ref: '#/definitions/euro' konto: $ref: '#/definitions/konto' @@ -974,6 +980,8 @@ definitions: properties: id: type: string + abloeseBetrag: + $ref: '#/definitions/euro' konto: $ref: '#/definitions/konto' @@ -987,6 +995,8 @@ definitions: format: date urspruenglicherBetrag: $ref: '#/definitions/euro' + abloeseBetrag: + $ref: '#/definitions/euro' konto: $ref: '#/definitions/konto'