Methods
(route) selfSend()
Route:
| Method | Path | 
|---|---|
| POST | /api/bucket/:id/balance | 
Authentication
A authentication is needed to access this endpoint
Header Parameters:
| Name | Type | Description | 
|---|---|---|
| Authorization | String | bearer access token issued for the user | 
Response:
| Name | Type | Description | 
|---|---|---|
| migration | Object | is equal true if succesfull | 
Response Code:
| Type | Description | 
|---|---|
| 500 | balancing error | 
| 403 | already on new node or not premium | 
| 200 | succesfully balanced the bucket |