correct openapi schema

This commit is contained in:
bakito
2022-03-12 12:46:15 +01:00
parent e7b3c9969b
commit c346216424
2 changed files with 8 additions and 10 deletions

View File

@@ -316,7 +316,7 @@ type filterJSON struct {
URL string `json:"url"`
Name string `json:"name"`
RulesCount uint32 `json:"rules_count"`
LastUpdated string `json:"last_updated"`
LastUpdated string `json:"last_updated,omitempty"`
}
type filteringConfig struct {