Refresh precomputed cache tables (stats, genre counts). Requires admin auth.
Output
Encoding
application/jsonrefreshed
array
Required
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "procedure",
"output": {
"schema": {
"type": "object",
"required": [
"refreshed"
],
"properties": {
"refreshed": {
"type": "array",
"items": {
"type": "string"
}
}
}
},
"encoding": "application/json"
},
"description": "Refresh precomputed cache tables (stats, genre counts). Requires admin auth."
}