Skip to content

Commit

Permalink
Merge pull request #42 from europace/KITT-710
Browse files Browse the repository at this point in the history
#KITT-710 mark kundenbetreuer fields partnerId,firma,vorname,nachname and anrede as required
  • Loading branch information
dos-meta authored Mar 16, 2021
2 parents 7930f3d + d9d76f9 commit 3af4eab
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion swagger.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
swagger: '2.0'
info:
version: 1.2.0
version: 1.2.1
title: KEX Market Engine API
basePath: /v1
schemes:
Expand Down Expand Up @@ -136,6 +136,12 @@ definitions:
type: string
anrede:
$ref: '#/definitions/anrede'
required:
- partnerId
- firma
- vorname
- nachname
- anrede

anrede:
type: string
Expand Down

0 comments on commit 3af4eab

Please sign in to comment.