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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user