Skip to content
Snippets Groups Projects
Commit 0f556b03 authored by Semyon Krestyaninov's avatar Semyon Krestyaninov :dog2:
Browse files

add tags filed to Filter

parent dbcf1393
No related branches found
No related tags found
1 merge request!66Добавлена фильтрация по тегам в Collections.List (ListRequest.Filter.tag)
...@@ -101,6 +101,7 @@ message ListRequest { ...@@ -101,6 +101,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 tags = 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.
Please register or to comment