Skip to content

Commit 78dd181

Browse files
committed
fix: modify duplicated http api for change-member
Signed-off-by: ImMin5 <[email protected]>
1 parent c578ff0 commit 78dd181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proto/spaceone/api/alert_manager/v1/notification_protocol.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ service Service {
2424
}
2525
rpc change_member (CommentChangeMemberRequest) returns (ServiceInfo) {
2626
option (google.api.http) = {
27-
post: "/alert-manager/v1/comment/update"
27+
post: "/alert-manager/v1/comment/change-member"
2828
body: "*"
2929
};
3030
}

0 commit comments

Comments
 (0)