From 87b379b140f0482d17882101f08934b2d83b9e69 Mon Sep 17 00:00:00 2001 From: Simon Zolin Date: Mon, 29 Jul 2019 19:04:11 +0300 Subject: [PATCH] + openapi: clients: add "blocked_services" field --- openapi/openapi.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/openapi/openapi.yaml b/openapi/openapi.yaml index d5ea137d..2679ebc6 100644 --- a/openapi/openapi.yaml +++ b/openapi/openapi.yaml @@ -1572,6 +1572,12 @@ definitions: type: "boolean" safesearch_enabled: type: "boolean" + use_global_blocked_services: + type: "boolean" + blocked_services: + type: "array" + items: + type: "string" ClientAuto: type: "object" description: "Auto-Client information"