Skip to content

Commit 7e2944e

Browse files
authored
Merge pull request #505 from whdalsrnt/master
feat: change message of Service.delete API
2 parents 072ecb2 + 06fbd45 commit 7e2944e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proto/spaceone/api/alert_manager/v1/service.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ service Service {
2828
body: "*"
2929
};
3030
}
31-
rpc delete (ServiceRequest) returns (google.protobuf.Empty) {
31+
rpc delete (ServiceDeleteRequest) returns (google.protobuf.Empty) {
3232
option (google.api.http) = {
3333
post: "/alert-manager/v1/service/delete"
3434
body: "*"

0 commit comments

Comments
 (0)