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:
|
||||
'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
|
||||
|
|
Loading…
Reference in New Issue