diff --git a/modules/api/static/schema-v0.0.4-dev.yml b/modules/api/static/schema-v0.0.4-dev.yml index 860c79be4e0..d371ae868ef 100644 --- a/modules/api/static/schema-v0.0.4-dev.yml +++ b/modules/api/static/schema-v0.0.4-dev.yml @@ -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 @@ -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 @@ -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