Skip to content

Commit

Permalink
feat: add webhook option to event rule search query
Browse files Browse the repository at this point in the history
Signed-off-by: Jongmin Kim <[email protected]>
  • Loading branch information
whdalsrnt committed Dec 29, 2024
1 parent bd02f74 commit b3a7fdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proto/spaceone/api/alert_manager/v1/event_rule.proto
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ message EventRuleSearchQuery {
string workspace_id = 21;
// +optional
string service_id = 22;
// +optional
string webhook_id = 23;
}

message EventRuleStatQuery {
Expand Down

0 comments on commit b3a7fdc

Please sign in to comment.