Skip to content
Snippets Groups Projects
Commit 8c4cdade authored by Semyon Krestyaninov's avatar Semyon Krestyaninov :dog2: Committed by Pavel Antonov
Browse files

chore: Добавлена фильтрация по тегам в Collections.List (ListRequest.Filter.tag)

parent a5054e6e
No related branches found
No related tags found
1 merge request!66Добавлена фильтрация по тегам в Collections.List (ListRequest.Filter.tag)
...@@ -114,6 +114,7 @@ message ListRequest { ...@@ -114,6 +114,7 @@ message ListRequest {
bool include_hidden = 6; bool include_hidden = 6;
repeated string name = 3; repeated string name = 3;
repeated string id = 4; repeated string id = 4;
repeated string tag = 7;
} }
string space_id = 1; string space_id = 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment