fix OpenAPI definition for admin/meta.silencedHosts

This commit is contained in:
Hazel K 2024-10-06 11:03:28 -04:00
parent 605c22b55e
commit eec4a5082d
3 changed files with 4 additions and 4 deletions

View file

@ -128,7 +128,7 @@ export const meta = {
},
silencedHosts: {
type: 'array',
optional: true,
optional: false,
nullable: false,
items: {
type: 'string',