Skip to content

Commit

Permalink
KITT-1803 #abloeseBetrag added to all abzuloesendeVerbindlichkeiten
Browse files Browse the repository at this point in the history
  • Loading branch information
NilsDammenhayn committed May 4, 2022
1 parent 7d03a86 commit 57ec885
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Default ignored files
.idea
12 changes: 11 additions & 1 deletion swagger.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
swagger: '2.0'
info:
version: 2.4.3
version: 2.4.4
title: KEX Market Engine API
basePath: /v1
schemes:
Expand Down Expand Up @@ -945,6 +945,8 @@ definitions:
format: date
urspruenglicherBetrag:
$ref: '#/definitions/euro'
abloeseBetrag:
$ref: '#/definitions/euro'
konto:
$ref: '#/definitions/konto'

Expand All @@ -958,6 +960,8 @@ definitions:
format: date
urspruenglicherBetrag:
$ref: '#/definitions/euro'
abloeseBetrag:
$ref: '#/definitions/euro'
konto:
$ref: '#/definitions/konto'

Expand All @@ -966,6 +970,8 @@ definitions:
properties:
id:
type: string
abloeseBetrag:
$ref: '#/definitions/euro'
konto:
$ref: '#/definitions/konto'

Expand All @@ -974,6 +980,8 @@ definitions:
properties:
id:
type: string
abloeseBetrag:
$ref: '#/definitions/euro'
konto:
$ref: '#/definitions/konto'

Expand All @@ -987,6 +995,8 @@ definitions:
format: date
urspruenglicherBetrag:
$ref: '#/definitions/euro'
abloeseBetrag:
$ref: '#/definitions/euro'
konto:
$ref: '#/definitions/konto'

Expand Down

0 comments on commit 57ec885

Please sign in to comment.