Skip to content

Commit

Permalink
feat(siren): remove restriction list alert history
Browse files Browse the repository at this point in the history
  • Loading branch information
mabdh committed Aug 3, 2023
1 parent 6e57afd commit 82e3e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gotocompany/siren/v1beta1/siren.proto
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ message Alert {
message ListAlertsRequest {
string provider_type = 1;
uint64 provider_id = 2;
string resource_name = 3 [(validate.rules).string.pattern = "^[A-Za-z0-9_-]+$"];
string resource_name = 3;
uint64 start_time = 4;
uint64 end_time = 5;
uint64 namespace_id = 6;
Expand Down

0 comments on commit 82e3e14

Please sign in to comment.