fixing an error where I accidentally deleted a bit of the API.

This commit is contained in:
Dan 2022-01-12 09:58:34 -05:00
parent d346589e07
commit c2a11a7d95
1 changed files with 6 additions and 0 deletions

View File

@ -441,6 +441,12 @@ paths:
responses:
'200':
description: list of Study Associate Objects
content:
application/json:
schema:
type: array
items:
$ref: "#/components/schemas/StudyAssociate"
/study/{study_id}/log:
parameters:
- name: study_id