Skip to content

Commit

Permalink
allow filter by user id
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkent committed Apr 3, 2024
1 parent 205fbf8 commit e4832d0
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions neurosynth-compose-openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -759,6 +759,7 @@ paths:
- $ref: '#/components/parameters/description'
- $ref: '#/components/parameters/sort'
- $ref: '#/components/parameters/desc'
- $ref: '#/components/parameters/user_id'
post:
summary: ''
responses:
Expand Down Expand Up @@ -1532,10 +1533,9 @@ components:
- minItems: 1
items:
$ref: '#/components/schemas/meta-analysis'
type: array
- items:
type: string
type: array
type: array
name:
type: string
nullable: true
Expand All @@ -1549,7 +1549,6 @@ components:
description: whether the project is public or private
neurostore_study:
$ref: '#/components/schemas/neurostore-study'
nullable: true
neurostore_url:
type: string
x-stoplight:
Expand Down Expand Up @@ -1855,6 +1854,13 @@ components:
items:
type: string
description: choose the specific ids you wish to get
user_id:
name: user_id
in: query
required: false
schema:
type: string
description: user id you want to filter on
responses:
bad-request:
description: form when a request goes wrong
Expand Down

0 comments on commit e4832d0

Please sign in to comment.