Skip to content

[FIX] pipeline endpoints #91

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 1, 2025
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