From 28e1ab4712c393762eaefa2a14b0492a9ad7be6c Mon Sep 17 00:00:00 2001 From: Semyon Krestyaninov <krestyaninov@perx.ru> Date: Thu, 24 Oct 2024 16:38:27 +0300 Subject: [PATCH] wip --- proto/collections/collections.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/collections/collections.proto b/proto/collections/collections.proto index 5d404f1..4e34c5c 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; -- GitLab