From 4fba30ff32896717b169d0469d33b004cce88a18 Mon Sep 17 00:00:00 2001 From: David Fluck Date: Fri, 11 Oct 2024 16:41:20 -0400 Subject: [PATCH] Test --- proto/src/determined/api/v1/api.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/src/determined/api/v1/api.proto b/proto/src/determined/api/v1/api.proto index f6b686026077..97bc488b2485 100644 --- a/proto/src/determined/api/v1/api.proto +++ b/proto/src/determined/api/v1/api.proto @@ -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"