Skip to content

Commit

Permalink
Add mmr index filter for list events
Browse files Browse the repository at this point in the history
re: AB#9115
  • Loading branch information
jgough committed Apr 18, 2024
1 parent 37c6da7 commit 862d37b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions datatrails-common-api/assets/v2/assets/listevents.proto
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@ message ListEventsRequest {
description: "filters"
}
];

// filter events by mmr index
int32 mmr_index = 24 [(validate.rules).int32.gte = 0];
}

message ListEventsResponse {
Expand Down

0 comments on commit 862d37b

Please sign in to comment.