estimation_methods
Start an asynchronous job to re-apply defaults to multiple calculator configurations
post/app/v1/estimation_methods/configurations/apply_defaults_async
Request body
Example request
{
"filter": {
"year_month": {
"$in": [
202301,
202302,
202303
]
}
}
}Response
Successfully starts an asynchronous job to set defaults on the calculator configurations
Changes
No recorded changes to this endpoint across all 1 revision of this API.