From 665a9cd3bfa8ef03c696cbec1d750c9a176fc6c9 Mon Sep 17 00:00:00 2001 From: "james.kent@austin.utexas.edu" Date: Wed, 23 Aug 2023 14:15:11 -0500 Subject: [PATCH] change flat to boolean --- neurostore-openapi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neurostore-openapi.yml b/neurostore-openapi.yml index fe36018..99ff1a7 100755 --- a/neurostore-openapi.yml +++ b/neurostore-openapi.yml @@ -1967,7 +1967,7 @@ components: in: query required: false schema: - type: string + type: boolean enum: - 'true' - 'false'