Account API
Update a Signal Follower feature
Update a copier feature attached to a Signal Follower feature
put/rest/api/v1/accounts/{accountId}/signalFollowers/{signalFollowerId}/features/{featureId}
Path parameters
accountIdstring uuid required
signalFollowerIdstring uuid required
featureIdstring uuid required
Request body
Example request
{
"setting": {
"maxLotSize": 10,
"minLotSize": 0.01
}
}Response
OK
Example response
{
"setting": {
"maxLotSize": 10,
"minLotSize": 0.01
}
}