We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb5a166 + 2bbde0d commit 3b65a5cCopy full SHA for 3b65a5c
proto/spaceone/api/alert_manager/v1/webhook.proto
@@ -29,12 +29,6 @@ service Webhook {
29
body: "*"
30
};
31
}
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
- }
38
rpc enable (WebhookRequest) returns (WebhookInfo) {
39
option (google.api.http) = {
40
post: "/alert-manager/v1/webhook/enable"
0 commit comments