fix(rebalance): specify correct response schema for global rebalance status

This commit is contained in:
Ilya Averyanov 2023-06-30 10:53:08 +03:00
parent bb1ae808b4
commit b5c0951584
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}
}
};