From 4c31cf7c1908fc30f170cd09efbef7f47ddc2b18 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Tue, 26 Nov 2024 12:38:49 -0800 Subject: [PATCH] it's boolean --- openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index 2aba93e..bd56602 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -146,7 +146,7 @@ paths: in: query required: true schema: - type: bool + type: boolean responses: "200": description: Successful response