Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfluck-hpe committed Oct 11, 2024
1 parent c44ee63 commit 4fba30f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/src/determined/api/v1/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ service Determined {
// Get a list of users.
rpc GetUsers(GetUsersRequest) returns (GetUsersResponse) {
option (google.api.http) = {
get: "/api/v1/users2"
get: "/api/v1/users"
};
option (grpc.gateway.protoc_gen_swagger.options.openapiv2_operation) = {
tags: "Users"
Expand Down

0 comments on commit 4fba30f

Please sign in to comment.