Skip to content

Commit 74e72df

Browse files
committed
TIM-TS 446: allow FHIR enum state "off"
1 parent 2f777f3 commit 74e72df

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ReleaseNotes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# Release Notes api-ti-messenger
44

55
## Hotfix 1.1.1-7
6+
- added FHIR status "off"
67

78
### changed
89

src/openapi/TiMessengerTestTreiber.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)