Skip to content

Commit dbe5750

Browse files
authored
Merge pull request #234 from gematik/HOTFIX_changes_endpoint_enum_to_fhir_compliant_off
TIM-TS 446: allow FHIR enum state "off"
2 parents 2f777f3 + d921668 commit dbe5750

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

ReleaseNotes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
# Release Notes api-ti-messenger
44

5+
## Hotfix 1.1.1-8
6+
7+
### changed
8+
9+
- changed FHIR status inactive to "off" to be FHIR compliant
10+
511
## Hotfix 1.1.1-7
612

713
### changed

src/openapi/TiMessengerTestTreiber.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.3
22
info:
33
title: TiMessengerTestDriver
44
description: REST interface to automate the test of a TI-Messenger client implementation.
5-
version: 0.9.5
5+
version: 0.9.6
66
contact:
77
name: gematik GmbH
88
email: software-development@gematik.de
@@ -2661,7 +2661,7 @@ components:
26612661
type: string
26622662
description: "Status of the ressource"
26632663
example: "active"
2664-
enum: [ active, suspended, inactive ]
2664+
enum: [ active, suspended, "off" ]
26652665
address:
26662666
description: "For endpoint in tim context the mxid in uri scheme"
26672667
type: string

0 commit comments

Comments
 (0)