Skip to content

Commit

Permalink
Ensure the mmr index filter for list events is optional
Browse files Browse the repository at this point in the history
re: AB#9115
  • Loading branch information
jgough committed Apr 18, 2024
1 parent 01eeeac commit fa7697a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datatrails-common-api/assets/v2/assets/listevents.proto
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ message ListEventsRequest {
];

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

message ListEventsResponse {
Expand Down

0 comments on commit fa7697a

Please sign in to comment.