latestOpenAPI 3.0.12026-08-16171142480.4 KB
ff1699330afa
Account API
Update an account feature
put/rest/api/v1/accounts/{accountId}/features/{featureId}
Path parameters
accountIdstring 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
}
}