Requests with list as their response now accept

page_no, page_size
Responses with list now have
page_no, page_size, optional total_count
This commit is contained in:
2025-07-16 15:53:24 +03:30
parent 3eac30a1e3
commit c5baf25a24
5 changed files with 93 additions and 73 deletions
-7
View File
@@ -3,13 +3,6 @@ syntax = "proto3";
package alert.v1;
import "auth/v1/msg.proto";
import "base/v1/msg.proto";
message AlertFilter {
base.v1.BaseQueryParam base_filter = 1;
Importance importance = 2;
LogSource source = 3;
}
// Importance of given event
enum Importance {