From 8d1e1e8bec72e6c05d2fc928ba4874762c40bf95 Mon Sep 17 00:00:00 2001 From: Marc Brugger Date: Wed, 20 Dec 2023 07:52:39 +0100 Subject: [PATCH] correct schema type for client upstreams_cache_size Signed-off-by: bakito --- openapi/openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi/openapi.yaml b/openapi/openapi.yaml index 5ab3fa52..781959ff 100644 --- a/openapi/openapi.yaml +++ b/openapi/openapi.yaml @@ -2709,7 +2709,7 @@ changed. This behaviour can be changed in the future versions. - 'type': 'boolean' + 'type': 'integer' 'ClientAuto': 'type': 'object' 'description': 'Auto-Client information'