fixing an error where I accidentally deleted a bit of the API.
This commit is contained in:
parent
d346589e07
commit
c2a11a7d95
|
@ -441,6 +441,12 @@ paths:
|
||||||
responses:
|
responses:
|
||||||
'200':
|
'200':
|
||||||
description: list of Study Associate Objects
|
description: list of Study Associate Objects
|
||||||
|
content:
|
||||||
|
application/json:
|
||||||
|
schema:
|
||||||
|
type: array
|
||||||
|
items:
|
||||||
|
$ref: "#/components/schemas/StudyAssociate"
|
||||||
/study/{study_id}/log:
|
/study/{study_id}/log:
|
||||||
parameters:
|
parameters:
|
||||||
- name: study_id
|
- name: study_id
|
||||||
|
|
Loading…
Reference in New Issue