Skip to content

Commit 3b65a5c

Browse files
authored
Merge pull request #517 from whdalsrnt/master
feat: remove method from alert manager webhook
2 parents bb5a166 + 2bbde0d commit 3b65a5c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

proto/spaceone/api/alert_manager/v1/webhook.proto

-6
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ service Webhook {
2929
body: "*"
3030
};
3131
}
32-
rpc verify_plugin (WebhookRequest) returns (google.protobuf.Empty) {
33-
option (google.api.http) = {
34-
post: "/alert-manager/v1/webhook/verify-plugin"
35-
body: "*"
36-
};
37-
}
3832
rpc enable (WebhookRequest) returns (WebhookInfo) {
3933
option (google.api.http) = {
4034
post: "/alert-manager/v1/webhook/enable"

0 commit comments

Comments
 (0)