File tree 3 files changed +3
-3
lines changed
temporal/api/workflowservice/v1
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
" application/json"
20
20
],
21
21
"paths" : {
22
- "/cluster-info " : {
22
+ "/cluster" : {
23
23
"get" : {
24
24
"summary" : " GetClusterInfo returns information about temporal cluster" ,
25
25
"operationId" : " GetClusterInfo" ,
Original file line number Diff line number Diff line change 6
6
title : " "
7
7
version : 0.0.1
8
8
paths :
9
- /cluster-info :
9
+ /cluster :
10
10
get :
11
11
tags :
12
12
- WorkflowService
Original file line number Diff line number Diff line change @@ -465,7 +465,7 @@ service WorkflowService {
465
465
// GetClusterInfo returns information about temporal cluster
466
466
rpc GetClusterInfo (GetClusterInfoRequest ) returns (GetClusterInfoResponse ) {
467
467
option (google.api.http ) = {
468
- get : "/cluster-info "
468
+ get : "/cluster"
469
469
};
470
470
}
471
471
You can’t perform that action at this time.
0 commit comments