summaryrefslogtreecommitdiff
path: root/internal/api
diff options
context:
space:
mode:
authorLibravatar Vyr Cossont <VyrCossont@users.noreply.github.com>2024-03-06 09:44:58 -0800
committerLibravatar GitHub <noreply@github.com>2024-03-06 18:44:58 +0100
commit5159664a51a3e952acd972833cb65613a030da26 (patch)
treedb7823fb966b4b183e8b9305c4cafc52374b1238 /internal/api
parent[bugfix] Fix Swagger spec and add test script (#2698) (diff)
downloadgotosocial-5159664a51a3e952acd972833cb65613a030da26.tar.xz
[chore] Fix a Swagger warning that only manifests during Go client code generation (#2729)
Diffstat (limited to 'internal/api')
-rw-r--r--internal/api/model/filterv1.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/api/model/filterv1.go b/internal/api/model/filterv1.go
index 52250f537..1c3b5fb8e 100644
--- a/internal/api/model/filterv1.go
+++ b/internal/api/model/filterv1.go
@@ -40,7 +40,7 @@ type FilterV1 struct {
Phrase string `json:"phrase"`
// The contexts in which the filter should be applied.
//
- // Minimum length: 1
+ // Minimum items: 1
// Unique: true
// Enum:
// - home