Skip to content

Commit

Permalink
Merge pull request #82 from neurostuff/enh/project_user_id
Browse files Browse the repository at this point in the history
allow filter by user id
  • Loading branch information
jdkent authored Apr 3, 2024
2 parents 205fbf8 + 112715b commit 0565a9d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion 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 @@ -1530,9 +1531,9 @@ components:
meta_analyses:
oneOf:
- minItems: 1
type: array
items:
$ref: '#/components/schemas/meta-analysis'
type: array
- items:
type: string
type: array
Expand Down Expand Up @@ -1855,6 +1856,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 0565a9d

Please sign in to comment.