Skip to content

Commit

Permalink
Merge pull request #511 from jinyoungmoonDEV/master
Browse files Browse the repository at this point in the history
fix: services verb path syntax...
  • Loading branch information
jinyoungmoonDEV authored Dec 26, 2024
2 parents 8ce5f62 + 6ed24a2 commit 7167e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/spaceone/api/alert_manager/v1/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ service Service {
}
rpc change_members (ServiceChangeMembersRequest) returns (ServiceInfo) {
option (google.api.http) = {
post: "/alert-manager/v1/service/change-member"
post: "/alert-manager/v1/service/change-members"
body: "*"
};
}
Expand Down

0 comments on commit 7167e76

Please sign in to comment.