While testing the new 8.2.0 SDK I hit a issue, I was trying to lookup info on thresholds_on but the documentation is not yet updated.
Reason: Bad Request
HTTP response headers: HTTPHeaderDict({'Transfer-Encoding': 'chunked', 'Server': 'Apache', 'Connection': 'close', 'Allow': 'GET, POST, DELETE, HEAD', 'Date': 'Tue, 04 Jun 2019 07:23:30 GMT', 'Content-Type': 'application/json'})
HTTP response body:
{
"errors" :
[
{
"code" : "AEC_BAD_REQUEST",
"message" : "The option 'thresholds_include_overhead' is deprecated. Use 'thresholds_on' option."
}
]
}