From 8793ec131005fbe954c23655c8e5452d4ba90ce6 Mon Sep 17 00:00:00 2001 From: Andrei Volkov Date: Fri, 30 Aug 2024 06:29:57 -0600 Subject: [PATCH] fix: fixed count query params --- docs/openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/openapi.yaml b/docs/openapi.yaml index 5c2bb1d..07ac652 100644 --- a/docs/openapi.yaml +++ b/docs/openapi.yaml @@ -673,7 +673,7 @@ paths: schema: type: number default: 11 - - name: Count + - name: count in: query description: Number of items to return required: true