fix(rebalance): specify correct response schema for global rebalance status
This commit is contained in:
parent
bb1ae808b4
commit
b5c0951584
|
@ -89,7 +89,7 @@ schema("/load_rebalance/global_status") ->
|
|||
summary => <<"Get global rebalance status">>,
|
||||
description => ?DESC("load_rebalance_global_status"),
|
||||
responses => #{
|
||||
200 => response_schema()
|
||||
200 => ref(global_status)
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue