Skip to content

Commit

Permalink
Fixes issue with code generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Beff42 committed Feb 27, 2024
1 parent 6f7d025 commit 2e999ca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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-6

### fixed

- Fixed formatting issue in the api yaml, that prevented automated code generation.

## Hotfix 1.1.1-5

### added
Expand Down
2 changes: 1 addition & 1 deletion src/openapi/TiMessengerTestTreiber.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ paths:
description: "MxId of account"
schema:
type: string
example: @someone:gematik.de
example: "@someone:gematik.de"

responses:
"200":
Expand Down

0 comments on commit 2e999ca

Please sign in to comment.