Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions neurostore-openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,16 @@ paths:
summary: GET a list of pipeline configs
tags:
- pipeline-configs
parameters:
- name: pipeline
in: query
description: Filter configs by pipeline name
required: false
schema:
type: array
items:
type: string
example: 'TestPipeline'
responses:
'200':
description: OK
Expand Down Expand Up @@ -1335,6 +1345,7 @@ components:
type: string
description:
type: string
nullable: true
version:
type: string
study_dependent:
Expand All @@ -1345,6 +1356,7 @@ components:
type: boolean
derived_from:
type: string
nullable: true
pipeline-list:
type: object
properties:
Expand Down