mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-22 13:05:36 +03:00
+ openapi: clients: add "blocked_services" field
This commit is contained in:
parent
15d07a40eb
commit
87b379b140
1 changed files with 6 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue