Skip to content

Recalculate Statistic

POST
/admin/statistics/recalculate
curl --request POST \
--url http://localhost:9000/admin/statistics/recalculate \
--header 'Content-Type: application/json' \
--data '{ "date": "example" }'
Media type application/json
object
date
string
Example generated
{
"date": "example"
}

OK

Media type application/json
object
Example generated
{}