diff --git a/neurostore-openapi.yml b/neurostore-openapi.yml old mode 100755 new mode 100644 diff --git a/neurosynth-compose-openapi.yml b/neurosynth-compose-openapi.yml index 98dbd84..114f71e 100644 --- a/neurosynth-compose-openapi.yml +++ b/neurosynth-compose-openapi.yml @@ -783,7 +783,8 @@ paths: application/json: schema: $ref: '#/components/schemas/project-return' - parameters: [] + parameters: + - $ref: '#/components/parameters/info' put: summary: '' responses: @@ -1764,6 +1765,13 @@ components: schema: type: boolean description: show nested component instead of id + info: + name: info + in: query + required: false + schema: + type: boolean + description: display additional information about a nested relationship without displaying fully nested object responses: bad-request: description: form when a request goes wrong