Skip to content

Commit

Permalink
fix schema
Browse files Browse the repository at this point in the history
  • Loading branch information
zaliqarosli committed Dec 21, 2022
1 parent 997dee8 commit 673a2b8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions modules/api/static/schema-v0.0.4-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@ paths:
- Images
summary: Get the qc values of an image
parameters:
- name: candid
- name: id
in: path
description: The candidate identifier. Either PSCID or CandID.
required: true
Expand Down Expand Up @@ -1288,7 +1288,7 @@ paths:
- Dicoms
summary: List all dicoms for that timepoint
parameters:
- name: candid
- name: id
in: path
description: ID of the candidate. Either PSCID or CandID
required: true
Expand Down Expand Up @@ -2481,8 +2481,8 @@ components:
properties:
Stages:
$ref: '#/components/schemas/InstrumentVisit'
SecuritySchemes:
ApiKeyAuth:
type: apiKey
name: Authorization
in: header
securitySchemes:
ApiKeyAuth:
type: apiKey
name: Authorization
in: header

0 comments on commit 673a2b8

Please # to comment.