Skip to content

Commit b3a7fdc

Browse files
committed
feat: add webhook option to event rule search query
Signed-off-by: Jongmin Kim <[email protected]>
1 parent bd02f74 commit b3a7fdc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

proto/spaceone/api/alert_manager/v1/event_rule.proto

+2
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ message EventRuleSearchQuery {
143143
string workspace_id = 21;
144144
// +optional
145145
string service_id = 22;
146+
// +optional
147+
string webhook_id = 23;
146148
}
147149

148150
message EventRuleStatQuery {

0 commit comments

Comments
 (0)