Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#217 - Swaggerfile error #218

Merged
merged 1 commit into from
Oct 30, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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