diff --git a/server/proto/api/temporal/api/workflowservice/v1/service.proto b/server/proto/api/temporal/api/workflowservice/v1/service.proto index c0bebb37a..5952e51ae 100644 --- a/server/proto/api/temporal/api/workflowservice/v1/service.proto +++ b/server/proto/api/temporal/api/workflowservice/v1/service.proto @@ -397,6 +397,9 @@ service WorkflowService { // GetSystemInfo returns information about the system. rpc GetSystemInfo(GetSystemInfoRequest) returns (GetSystemInfoResponse) { + option (google.api.http) = { + get: "/api/v1/systemInfo" + }; } rpc ListTaskQueuePartitions(ListTaskQueuePartitionsRequest) returns (ListTaskQueuePartitionsResponse) { diff --git a/server/proto/dependencies/api b/server/proto/dependencies/api index a139e3ef9..b1f361602 160000 --- a/server/proto/dependencies/api +++ b/server/proto/dependencies/api @@ -1 +1 @@ -Subproject commit a139e3ef9869edcfed6c00128fa7b6fc9d61bb54 +Subproject commit b1f3616023fa6ef1c2001c5a6f71fea02468635b