From b652d13522d848ec1791874349cf7c01ed532ce0 Mon Sep 17 00:00:00 2001 From: "james.kent@austin.utexas.edu" Date: Wed, 23 Aug 2023 17:17:44 -0500 Subject: [PATCH] fix base-study return --- neurostore-openapi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neurostore-openapi.yml b/neurostore-openapi.yml index 7ac696c..4f152e9 100755 --- a/neurostore-openapi.yml +++ b/neurostore-openapi.yml @@ -839,7 +839,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/base-study-list' + $ref: '#/components/schemas/base-study-return' security: - JSON-Web-Token: [] - {}