chore: update tags filter

This commit is contained in:
Steven
2024-05-14 08:12:25 +08:00
parent 2317204c50
commit 9265b8e2bd
11 changed files with 376 additions and 318 deletions

View File

@@ -264,6 +264,10 @@ message ListMemoTagsRequest {
// The parent, who owns the tags.
// Format: memos/{id}. Use "memos/-" to list all tags.
string parent = 1;
// Filter is used to filter memos.
// Format: "creator == users/{uid} && visibilities == ['PUBLIC', 'PROTECTED']"
string filter = 2;
}
message ListMemoTagsResponse {