From 10a9ae3095ddfcfca47ca773a6d4dcfc9af1e876 Mon Sep 17 00:00:00 2001 From: "james.kent@austin.utexas.edu" Date: Wed, 31 Jan 2024 16:28:57 -0600 Subject: [PATCH] Modified neurosynth-compose-openapi.yml --- neurostore-openapi.yml | 0 neurosynth-compose-openapi.yml | 10 +++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) mode change 100755 => 100644 neurostore-openapi.yml 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