Skip to content

Commit

Permalink
Merge pull request #19 from datatrails/dev/jgough/9115-list-events-by…
Browse files Browse the repository at this point in the history
…-mmrindex

Add mmr index filter for list events
  • Loading branch information
honourfish authored Apr 18, 2024
2 parents 37c6da7 + fa7697a commit 7380948
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
optional int64 mmr_index = 24 [(validate.rules).int64.gte = 0];
}

message ListEventsResponse {
Expand Down

0 comments on commit 7380948

Please sign in to comment.