UpdateCopyTradeFollower¶
Endpoint¶
PUT /copytrade/follower/{id}
Authorization¶
Requires SESSION_CUSTOMER.
Description¶
Updates follower settings owned by the authenticated customer. If login is changed, the new login must also belong to the customer.
Request¶
{
"enabled": 1,
"manual_trading_mode": 1,
"max_master_count": 1
}
Response¶
Returns the updated follower object.
Errors¶
| HTTP | Error | Description |
|---|---|---|
400 |
INVALID_DATA |
Request validation failed |
403 |
PERMISSION_DENIED |
Follower is not owned by the customer |
403 |
INVALID_ACCOUNT |
New login does not belong to the customer |
404 |
RET_ERR_NOTFOUND |
Follower was not found |