Skip to content

Commit

Permalink
feat: add webhook_id to event rule info
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 32c6e38 commit c41d40d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proto/spaceone/api/alert_manager/v1/event_rule.proto
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ message EventRuleInfo {
string domain_id = 21;
string workspace_id = 22;
string service_id = 23;
string webhook_id = 24;

string created_at = 31;
string updated_at = 32;
Expand Down

0 comments on commit c41d40d

Please sign in to comment.