+ openapi: clients: add "blocked_services" field
This commit is contained in:
parent
15d07a40eb
commit
87b379b140
|
@ -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 New Issue