Merge pull request #11168 from savonarola/0630-fix-rebalance-schema

Specify correct response schema for global rebalance status
This commit is contained in:
Ilya Averyanov 2023-06-30 17:00:35 +03:00 committed by GitHub
commit 724efcb557
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)
}
}
};