diff --git a/proto/collections/collections.proto b/proto/collections/collections.proto index 5d404f181bace93554844d63159b2130d992c9b2..4e34c5ca6c8f4f3a7c1a203a4c4f607e86aaf2d9 100644 --- a/proto/collections/collections.proto +++ b/proto/collections/collections.proto @@ -114,7 +114,7 @@ message ListRequest { bool include_hidden = 6; repeated string name = 3; repeated string id = 4; - repeated string tags = 7; + repeated string tag = 7; } string space_id = 1;