Skip to content

Commit bb3a254

Browse files
authored
V 1.3.8
Changes type of Domain.ik from integer to string (according simplifier profile)
1 parent 2cda172 commit bb3a254

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/openapi/I_VZD_TIM_Provider_Services.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ info:
33
title: I_VZD_TIM_Provider_Services
44
description: REST interface to retrieve the TI-Messenger federation list and to administrate the TI-Messenger domains.
55

6-
version: 1.3.7
6+
version: 1.3.8
7+
8+
# Version 1.3.8
9+
# - Changes type of Domain.ik from integer to string (according simplifier profile)
710

811
# Version 1.3.7
912
# - Update URL in servers for TU
@@ -529,10 +532,10 @@ components:
529532
default: false
530533
example: true
531534
ik:
532-
description: The IK managed by the defined health insurace domain
535+
description: The IK managed by the defined health insurance domain
533536
type: array
534537
items:
535-
type: integer
538+
type: string
536539
minItems: 1
537540
uniqueItems: true
538541
example: [ 108433248, 104127692 ]

0 commit comments

Comments
 (0)