+ openapi: clients: add "blocked_services" field

This commit is contained in:
Simon Zolin 2019-07-29 19:04:11 +03:00
parent 15d07a40eb
commit 87b379b140
1 changed files with 6 additions and 0 deletions

View File

@ -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"