Skip to content

Commit

Permalink
fix: fix type at gen api key request at app.proto
Browse files Browse the repository at this point in the history
Signed-off-by: ImMin5 <[email protected]>
  • Loading branch information
ImMin5 committed Dec 8, 2023
1 parent a1037ff commit 547526d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/spaceone/api/identity/v2/app.proto
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ service App {
};
}

rpc generate_api_key (AppRequest) returns (AppInfo) {
rpc generate_api_key (GenerateAPIKeyAppRequest) returns (AppInfo) {
option (google.api.http) = {
post: "/identity/v2/app/generate-api-key"
body: "*"
Expand Down

0 comments on commit 547526d

Please sign in to comment.