Skip to content

Commit

Permalink
Merge pull request #218 from medizininformatik-initiative/bugfix/217-…
Browse files Browse the repository at this point in the history
…swaggerfile-error

#217 - Swaggerfile error
  • Loading branch information
michael-82 authored Oct 30, 2023
2 parents db819c9 + 85aced2 commit a5c8c36
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions src/main/resources/static/v3/api-docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -611,15 +611,16 @@ paths:
schema:
type: "string"
example: http://fhir.de/CriteriaSet/bfarm/icd-10-gm
- name: contextTermCodeHashList
in: body
description: "A list of ContextTermCodeHashes"
required: true
schema:
type: array
items:
type: string
example: ["b8318334-7039-33aa-8ed0-85898fffa40b", "a57f98cf-e71d-3695-ae88-59d2c651bf0f", "430654d1-a7df-3c42-a33a-7210ef372bfd"]
requestBody:
description: A list of ContextTermCodeHashes
required: true
content:
application/json:
schema:
type: array
items:
type: string
example: ["b8318334-7039-33aa-8ed0-85898fffa40b", "a57f98cf-e71d-3695-ae88-59d2c651bf0f", "430654d1-a7df-3c42-a33a-7210ef372bfd"]
responses:
200:
description: Ok, return the filtered list of contextualized termcodes that are in the criteria set provided via query param
Expand Down

0 comments on commit a5c8c36

Please sign in to comment.