Skip to content

Commit

Permalink
#431 - Parameters missing for dse profile data in swagger documentation
Browse files Browse the repository at this point in the history
- added parameters for GET dse/profile-data
  • Loading branch information
michael-82 committed Jan 23, 2025
1 parent 7d03a0f commit 2926677
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/main/resources/static/v3/api-docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -917,6 +917,16 @@ paths:
summary: Get the profile data for the submitted ids
description: Get profile data for all submitted ids. If a profile is not found, an error message will be supplied.
operationId: getProfileData
parameters:
- name: ids
in: query
style: form
explode: false
description: A comma-separated list of IDs (here - mostly URLs) of the entries that shall be retrieved.
required: true
schema:
type: string
example: https://www.medizininformatik-initiative.de/fhir/core/modul-labor/StructureDefinition/ObservationLab,https://www.medizininformatik-initiative.de/fhir/core/modul-prozedur/StructureDefinition/Procedure
responses:
200:
description: Success, returning profiles - may contain profiles with error messages
Expand Down

0 comments on commit 2926677

Please sign in to comment.