From 09ac43c859ef8cbd3bb0488d1a945589cd59ca19 Mon Sep 17 00:00:00 2001 From: Dimitry Kolyshev Date: Fri, 22 Dec 2023 14:36:07 +0200 Subject: [PATCH] openapi: imp docs --- openapi/openapi.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/openapi/openapi.yaml b/openapi/openapi.yaml index ef0ae76b..300311c1 100644 --- a/openapi/openapi.yaml +++ b/openapi/openapi.yaml @@ -1524,15 +1524,15 @@ 'cache_optimistic': 'type': 'boolean' 'upstream_mode': + 'type': 'string' 'enum': - - '' - - 'fastest_addr' - - 'load_balance' - - 'parallel' - 'description': > - Upstream modes enumeration. - - Deprecated: `` is not recommended. Use `load_balance` instead. + - const: '' + deprecated: true + description: Use `load_balance` instead. + - const: 'fastest_addr' + - const: 'load_balance' + - const: 'parallel' + 'description': Upstream modes enumeration. 'use_private_ptr_resolvers': 'type': 'boolean' 'resolve_clients':