fix OpenAPI definition for admin/meta.silencedHosts
This commit is contained in:
@@ -128,7 +128,7 @@ export const meta = {
|
||||
},
|
||||
silencedHosts: {
|
||||
type: 'array',
|
||||
optional: true,
|
||||
optional: false,
|
||||
nullable: false,
|
||||
items: {
|
||||
type: 'string',
|
||||
|
||||
Reference in New Issue
Block a user