Skip to content

Commit

Permalink
#246: adjust api to include participant group ids and integration info
Browse files Browse the repository at this point in the history
  • Loading branch information
drtyyj committed Jun 4, 2024
1 parent 9d26cd8 commit 22671d4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions studymanager/src/main/resources/openapi/StudyManagerAPI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1783,6 +1783,22 @@ components:
type: array
items:
$ref: '#/components/schemas/Intervention'
participantGroupAssignments:
type: array
items:
type: integer
integrations:
type: array
items:
$ref: '#/components/schemas/integrationExport'

integrationExport:
type: object
properties:
name:
type: string
observationIdRef:
$ref: '#/components/schemas/Id'

UserSearchResultList:
type: object
Expand Down

0 comments on commit 22671d4

Please sign in to comment.