updates
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-01-14 10:07:06 +11:00
parent aa4567d7c1
commit 7b600b2359
5 changed files with 284 additions and 124 deletions

View File

@@ -530,6 +530,45 @@ paths:
summary: Download updates report
tags:
- reports
/api/snapshots/aggregate:
post:
description: Forces regeneration of a daily or monthly summary table for a specified
date or month.
parameters:
- description: 'Aggregation type: daily or monthly'
in: query
name: type
required: true
type: string
- description: Daily date (YYYY-MM-DD) or monthly date (YYYY-MM)
in: query
name: date
required: true
type: string
produces:
- application/json
responses:
"200":
description: Aggregation complete
schema:
additionalProperties:
type: string
type: object
"400":
description: Invalid request
schema:
additionalProperties:
type: string
type: object
"500":
description: Server error
schema:
additionalProperties:
type: string
type: object
summary: Force snapshot aggregation
tags:
- snapshots
/snapshots/daily:
get:
description: Lists daily summary snapshot tables.