Skip to content

Commit

Permalink
Merge pull request #234 from gematik/HOTFIX_changes_endpoint_enum_to_…
Browse files Browse the repository at this point in the history
…fhir_compliant_off

TIM-TS 446: allow FHIR enum state "off"
  • Loading branch information
Beff42 authored Apr 15, 2024
2 parents 2f777f3 + d921668 commit dbe5750
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

# Release Notes api-ti-messenger

## Hotfix 1.1.1-8

### changed

- changed FHIR status inactive to "off" to be FHIR compliant

## Hotfix 1.1.1-7

### changed
Expand Down
4 changes: 2 additions & 2 deletions src/openapi/TiMessengerTestTreiber.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.3
info:
title: TiMessengerTestDriver
description: REST interface to automate the test of a TI-Messenger client implementation.
version: 0.9.5
version: 0.9.6
contact:
name: gematik GmbH
email: software-development@gematik.de
Expand Down Expand Up @@ -2661,7 +2661,7 @@ components:
type: string
description: "Status of the ressource"
example: "active"
enum: [ active, suspended, inactive ]
enum: [ active, suspended, "off" ]
address:
description: "For endpoint in tim context the mxid in uri scheme"
type: string
Expand Down

0 comments on commit dbe5750

Please sign in to comment.